-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 840 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "jest",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\""
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"ahooks": "^2.5.0",
"antd": "^4.6.1",
"echarts": "^4.8.0",
"echarts-for-react": "^2.0.16",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-zmage": "^0.8.5-beta.36"
},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.10.0",
"@snowpack/plugin-webpack": "^2.0.5",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"babel-plugin-import": "^1.13.0",
"jest": "^26.2.2",
"prettier": "^2.1.1",
"snowpack": "^2.9.1"
}
}