-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.81 KB
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
{
"name": "site",
"keywords": [
"ice-scaffold"
],
"version": "0.0.1",
"private": true,
"scaffoldConfig": {
"type": "react",
"name": "ice-design-pro",
"title": "ICE Design Pro",
"screenshot": "https://img.alicdn.com/tfs/TB1_bulmpOWBuNjy0FiXXXFxVXa-1920-1080.png"
},
"scripts": {
"start": "docsite start",
"build": "docsite build"
},
"devDependencies": {
"babel-core": "6.23.1",
"babel-eslint": "^6.0.5",
"babel-loader": "6.4.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-register": "^6.26.0",
"css-loader": "0.6.12",
"docsite": "^1.1.0",
"eslint": "^3.6.0",
"eslint-config-ali": "^1.0.0",
"eslint-plugin-import": "*",
"eslint-plugin-react": "*",
"extract-text-webpack-plugin": "^2.1.2",
"gulp": "3.9.1",
"gulp-util": "2.2.20",
"json-loader": "*",
"node-libs-browser": "2.0.0",
"node-sass": "^4.7.2",
"opn": "^5.3.0",
"raw-loader": "^0.5.1",
"react": "16.5.2",
"react-dom": "16.5.2",
"sass-loader": "6.0.2",
"style-loader": "0.6.5",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"@alifd/next": "^1.x",
"axios": "^0.18.0",
"classnames": "^2.2.5",
"core-decorators": "^0.20.0",
"js-cookie": "^2.2.0",
"moment": "^2.24.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scroll": "^1.7.9",
"react-tilt": "^0.1.4",
"whatwg-fetch": "^2.0.4"
}
}