This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "project-comet",
"private": true,
"release": {
"branches": [
"main"
]
},
"author": "mirailisc",
"version": "1.0.0",
"type": "module",
"repository": {
"url": "git+https://github.com/Mirailisc/project-comet"
},
"scripts": {
"dev": "vite",
"build": "tsc-silent -p './tsconfig.json' --suppress @ && vite build",
"lint": "eslint src --ext js,jsx,ts,tsx --config .eslintrc.cjs",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@motionone/utils": "^10.15.1",
"@react-three/drei": "^9.68.6",
"@react-three/fiber": "^8.13.0",
"antd": "^5.8.5",
"framer-motion": "^10.12.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1",
"react-scroll": "^1.9.0",
"sass": "^1.62.1",
"three": "^0.156.0",
"three-stdlib": "^2.21.12",
"tsc-silent": "^1.2.2"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-scroll": "^1.8.9",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.0",
"prettier": "^2.8.8",
"semantic-release": "^22.0.0",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-eslint": "^1.8.1"
}
}