-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^9.19.0",
"@react-three/fiber": "^8.2.2",
"@react-three/postprocessing": "^2.5.5",
"dayjs": "^1.10.3",
"eslint-plugin-react-perf": "^3.3.0",
"next": "12.2.3",
"next-transpile-modules": "^9.0.0",
"prismic-dom": "^2.2.4",
"prismic-javascript": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.143.0"
},
"devDependencies": {
"@types/node": "16",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^18.0.15",
"@types/three": "^0.143.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1",
"sass": "^1.54.0",
"typescript": "^4.1.3"
}
}