-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "mui-status-helper",
"version": "0.1.1",
"homepage": ".",
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.9",
"@mui/material": "5.10.9",
"@mui/styles": "5.10.9",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18",
"concurrently": "^8.0.1",
"react-scripts": "5.0.1",
"typescript": "4.9.4"
},
"scripts": {
"===START===": "----------------------------------------------------------------------",
"prestart": "npx link",
"start": "concurrently --names 'CRA,Size' --prefix-colors 'green,yellow' \"PORT=3005 react-scripts start\" \"npm run check.links\"",
"===BUILD===": "----------------------------------------------------------------------",
"build": "react-scripts build",
"===TOOLS===": "----------------------------------------------------------------------",
"clean": "rm -rf node_modules && npm cache clean --force",
"check.links": "npm ls -g --depth=0 --link=true"
},
"private": true,
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}