-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "typescript-eslint",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-8080}"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"prettier": "^1.19.1",
"prettier-eslint": "^12.0.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@react-spring/three": "^9.2.3",
"@react-three/fiber": "^7.0.1",
"@react-three/postprocessing": "^2.0.4-alpha.1",
"@sendgrid/mail": "^7.4.4",
"aws-sdk": "^2.913.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"isomorphic-unfetch": "^3.1.0",
"lodash-es": "^4.17.21",
"lodash-move": "^1.1.1",
"next": "^10.2.2",
"postprocessing": "^6.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.6.6",
"react-icons": "^4.2.0",
"react-use-gesture": "^9.1.3",
"three": "^0.129.0"
},
"engines": {
"node": "14.x"
}
}