-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
{
"name": "m-orciuch-org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@react-three/drei": "^7.17.1",
"@react-three/fiber": "^7.0.17",
"@react-three/postprocessing": "^2.0.5",
"@tryghost/content-api": "^1.5.6",
"axios": "^0.23.0",
"framer-motion": "^4",
"next": "11.1.2",
"node-fetch": "^3.0.0",
"postprocessing": "^6.23.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.3.1",
"react-spinners": "^0.11.0",
"react-text-loop": "^2.3.0",
"sass": "^1.43.2",
"three": "^0.133.1"
},
"devDependencies": {
"@types/react": "17.0.30",
"@types/react-google-recaptcha": "^2.1.2",
"@types/three": "^0.133.1",
"@types/tryghost__content-api": "^1.3.7",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"cross-env": "^7.0.3",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}