-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "whatsdeployed",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "4.6.0",
"classnames": "2.3.1",
"ky": "0.25.0",
"react": "17.0.2",
"react-copy-to-clipboard": "5.0.3",
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-timeago": "6.1.1",
"reactstrap": "8.10.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "3.0.3",
"source-map-explorer": "2.5.3"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"test:ci": "CI=true yarn test",
"prettier:check": "prettier --check src",
"prettier:format": "prettier --write src"
},
"proxy": "http://localhost:5000",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}