-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 2 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
54
55
56
57
58
59
60
61
62
63
{
"name": "landing-test",
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"postbuild": "node ./scripts/postbuild.js",
"lint": "eslint --ext .jsx src && tnpm run lint:style",
"lint:style": "stylelint \"src/Home/**/*.less\" --syntax less",
"gh-pages": "gh-pages -d dist",
"gitconfig": "git remote add gitee [email protected]:favori/gantd-landing.git && git remote add github [email protected]:yuanguandong/gantd-landing.git",
"gitpush": "git pull gitee master && git push gitee master && git push github master"
},
"dependencies": {
"antd": "^3.10.3",
"babel-plugin-prismjs": "^2.0.1",
"bisheng": "^1.4.6",
"classnames": "^2.3.1",
"enquire-js": "^0.2.1",
"gantd": "^1.1.2",
"json-formatter-js": "^2.3.4",
"lodash": "^4.17.15",
"mockjs": "^1.1.0",
"prismjs": "^1.19.0",
"qrcode.react": "^1.0.0",
"rc-banner-anim": "^2.1.0",
"rc-queue-anim": "^1.8.3",
"rc-scroll-anim": "^2.7.4",
"rc-texty": "^0.2.0",
"rc-tween-one": "^2.2.14",
"react": "^16.6.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.6.0",
"react-sublime-video": "^0.2.5",
"umi": "^2.10.0-beta.5"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.13.5",
"eslint": "^4.9.0",
"eslint-config-airbnb": "latest",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "^7.4.0",
"eslint-tinker": "^0.4.1",
"fs-extra": "^10.1.0",
"gh-pages": "^2.0.1",
"husky": "^1.3.1",
"pre-commit": "1.x",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1",
"stylelint": "^9.4.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.0.0",
"umi-plugin-react": "^1.2.0"
}
}