-
Notifications
You must be signed in to change notification settings - Fork 626
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 908 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 908 Bytes
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
{
"name": "skillmap",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "8.0.53",
"dompurify": "3.3.2",
"marked": "17.0.0",
"react-redux": "7.2.9",
"redux": "4.2.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "file:../node_modules/@types/react",
"@types/react-dom": "file:../node_modules/@types/react-dom",
"html-webpack-plugin": "^5.5.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"react-app-alias-ex": "^2.1.0",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"typescript": "4.8.3"
}
}