-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 855 Bytes
/
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
{
"name": "eslint-config-website",
"version": "0.1.0",
"dependencies": {
"brace": "^0.11.1",
"fast.js": "^0.1.1",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.2",
"react-scripts": "5.0.1",
"react-select": "^5.7.0",
"react-tooltip": "^5.4.0",
"styled-components": "^5.3.6"
},
"scripts": {
"start": "react-scripts start",
"start:local": "REACT_APP_NODE_ENV=local react-scripts start",
"build": "react-scripts build && cp _redirects build/_redirects",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}