forked from belopot/3d-product-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "3d-product-configurator",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.11.3",
"@material-ui/styles": "4.11.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"gsap": "^3.6.1",
"postprocessing": "^6.21.3",
"prettier": "2.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"react-toggle-display": "^2.2.1",
"redux": "4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "6.0.0",
"redux-thunk": "^2.3.0",
"three": "0.127.0",
"styled-components": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
"serve": "node server.js",
"fix": "prettier -w \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\""
},
"browserslist": [
"Chrome >= 60",
"Safari >= 11",
"iOS >= 11",
"Firefox >= 60",
"Edge >= 16"
]
}