-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
51
52
53
{
"name": "@yucca/core",
"version": "0.0.1",
"description": "page editor",
"main": "index.js",
"repository": "git@github.com:lotus-ui/yucca.git",
"author": "wangxingkang (wang_xingkang@qq.com)",
"license": "MIT",
"scripts": {
"bootstarp": "yarn || npm i",
"build": "umi build",
"prettier": "walrus prettier",
"start": "cross-env PORT=8000 umi dev",
"lint": "walrus lint",
"lint:style": "walrus stylelint",
"lint:commit": "walrus commitlint --env HUSKY_GIT_PARAMS",
"test": "walrus test"
},
"dependencies": {
"@alitajs/autils": "^0.6.0",
"antd": "^3.24.2",
"classnames": "^2.2.6",
"leancloud-storage": "^3.15.0",
"normalize.css": "^8.0.1",
"query-string": "^6.8.3",
"ramda": "^0.26.1",
"rc-animate": "^2.10.1",
"rc-drawer": "^3.0.2",
"rc-queue-anim": "^1.8.2",
"rc-scroll-anim": "^2.6.2",
"rc-texty": "^0.2.0",
"rc-tween-one": "^2.6.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "^5.2.1",
"store": "^2.0.12",
"xss": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@types/classnames": "^2.2.9",
"@types/ramda": "^0.26.33",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-helmet": "^5.0.13",
"@types/store": "^2.0.2",
"cross-env": "^6.0.3",
"typescript": "^3.6.4",
"umi": "^2.10.7",
"umi-plugin-react": "^1.12.8",
"umi-types": "^0.5.3"
}
}