-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.23 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
{
"name": "site",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "bin/docsite.js start",
"build": "bin/docsite.js build"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"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": {
"classnames": "^2.2.5",
"core-decorators": "^0.20.0",
"js-cookie": "^2.2.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"
}
}