-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
102 lines (102 loc) · 3.14 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@arco-design/static-pc-site",
"version": "2.4.0",
"scripts": {
"start": "arco-scripts dev:site --port 9000",
"build": "arco-scripts build:site",
"dev": "arco-scripts dev:site --port 9000",
"start:sub": "SUB_MODULE=true arco-scripts dev:site --port 9000",
"build:sub": "SUB_MODULE=true arco-scripts build:site",
"dev:sub": "SUB_MODULE=true arco-scripts dev:site --port 9000"
},
"dependencies": {
"@antv/g2": "^4.1.12",
"@arco-design/web-react": "2.38.0",
"@arco-materials/site-footer": "^1.2.0",
"@arco-materials/site-navbar": "^1.6.0",
"@arco-materials/site-utils": "^1.2.0",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/runtime": "^7.6.0",
"@loadable/component": "^5.14.1",
"animejs": "^3.2.1",
"aos": "^3.0.0-beta.6",
"arco-doc-site-components": "^1.0.5",
"arco-markdown-loader": "^1.0.5",
"axios": "^0.24.0",
"classnames": "^2.2.6",
"clipboard": "^2.0.6",
"lodash.debounce": "^4.0.8",
"lodash.shuffle": "^4.2.0",
"nprogress": "^0.2.0",
"parallax-js": "^3.1.0",
"path-to-regexp": "^1.8.0",
"react-color": "^2.19.3",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-easy-crop": "^3.3.3",
"react-redux": "^7.2.2",
"react-resizable": "^3.0.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-sortable-hoc": "^2.0.0",
"react-sticky": "^6.0.3",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/animejs": "^3.1.4",
"@types/aos": "^3.0.4",
"@types/lodash": "^4.14.173",
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"arco-scripts": "^1.27.7",
"chalk": "^2.4.2",
"concurrently": "^5.2.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.3.5",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-tsdoc": "^0.2.14",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"husky": "^7.0.4",
"less": "^3.12.2",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.2",
"postcss-less": "4.0.1",
"prettier": "^2.5.0",
"pretty-quick": "^3.1.2",
"prism-themes": "^1.5.0",
"prismjs": "^1.23.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-test-renderer": "^16.7.0",
"rimraf": "^3.0.2",
"sinon": "^9.0.1",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"svgo": "^2.3.0",
"typescript": "^4.4.3",
"webpack-bundle-analyzer": "^3.6.0",
"workbox-core": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-webpack-plugin": "^6.5.3"
},
"files": [
"dist"
]
}