-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
53
54
55
56
{
"name": "slider-puzzle",
"version": "0.1.0",
"private": true,
"homepage": "http://11kodykay11.github.io/react-spring-example",
"dependencies": {
"@material-ui/core": "4.9.9",
"@material-ui/icons": "4.9.1",
"@material-ui/utils": "4.9.6",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@testing-library/user-event": "^10.0.1",
"classnames": "2.2.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fast-compare": "3.0.1",
"react-loader-spinner": "3.1.5",
"react-native-uuid": "1.4.9",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.1",
"react-spring": "8.0.27",
"react-toastify": "5.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx src/",
"lint-fix": "eslint --ext .js,.jsx src/ --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "2.0.4",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"eslint-plugin-prettier": "^3.1.2",
"gh-pages": "^2.2.0"
}
}