-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "frontend_9",
"version": "0.1.0",
"private": true,
"homepage": ".",
"repository": {
"type": "git",
"url": "[email protected]:frontend_9/frontend_9.git"
},
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"commit": "lint-staged && git-cz"
},
"dependencies": {
"array-to-tree": "^3.3.0",
"echarts": "^4.2.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@types/echarts": "^4.1.11",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^4.3.5",
"babel-jest": "24.9.0",
"commitizen": "^4.0.3",
"cz-moe": "^0.0.2",
"eslint-config-prettier": "^6.2.0",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"prettier": "^1.18.2",
"react-scripts": "3.1.1",
"sass": "^1.22.10",
"source-map-explorer": "^2.0.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.10.0",
"typescript": "3.6.2",
"typescript-plugin-css-modules": "^1.2.1"
}
}