-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "nouns-testing",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@nouns/assets": "^0.4.0",
"@react-spring/three": "^9.3.0",
"@react-three/drei": "^7.24.0",
"@react-three/fiber": "^7.0.21",
"@react-three/postprocessing": "^2.0.5",
"autoprefixer": "^10.4.7",
"bootstrap": "^5.1.3",
"dat.gui": "^0.7.7",
"graphql": "^16.6.0",
"postprocessing": "^6.23.1",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-burger-menu": "^3.0.6",
"react-color": "^2.19.3",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.5",
"react-scripts": "^5.0.1",
"react-spring": "^9.3.0",
"react-twitter-embed": "^4.0.4",
"react-use-gesture": "^9.1.3",
"three": "^0.131.3"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"postcss": "^8.4.14",
"tailwindcss": "^3.1.1"
}
}