-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-diamond",
"version": "1.0.1",
"scripts": {
"build": "rollup -c"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "src/index.d.ts",
"keywords": [],
"author": "Maxsans",
"license": "MIT",
"description": "",
"type": "module",
"dependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"classnames": "^2.5.1",
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/gsap": "^1.20.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.79.4",
"typescript": "^5.6.2"
}
}