forked from skywalker512/departmental-introduction-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 768 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 768 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
{
"name": "departmental-introduction-2019",
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"test": "umi test",
"deploy": "yarn build",
"postdeploy": "upx sync --delete --strong ./dist"
},
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-id-swiper": "^2.3.2",
"react-transition-group": "^4.2.2",
"swiper": "^4.5.0"
},
"devDependencies": {
"@types/node": "^12.7.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-transition-group": "^4.2.2",
"@types/swiper": "^4.4.4",
"postcss-px-to-viewport": "^1.1.1",
"typescript": "^3.6.2",
"umi": "^2.9.1",
"umi-plugin-react": "^1.9.19",
"umi-types": "^0.3.17"
}
}