-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "skillcept",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:ci": "jest --ci"
},
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.88.16",
"@react-three/fiber": "^8.15.11",
"@react-three/xr": "^5.7.1",
"framer-motion": "^3.10.3",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-headroom": "^3.2.0",
"react-icons": "^4.3.1",
"react-simple-chatbot": "^0.6.1",
"styled-components": "^5.3.3",
"three": "^0.134.0",
"valtio": "^1.2.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"@types/styled-components": "^5.1.24",
"autoprefixer": "^10.4.2",
"babel-jest": "27.4.5",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"jest": "^27.5.1",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5"
}
}