This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
70 lines (70 loc) · 2.35 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
{
"name": "site",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "docsite start",
"build": "docsite build"
},
"devDependencies": {
"@babel/core": "7.15.4",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.15.4",
"@babel/plugin-proposal-do-expressions": "7.14.5",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
"@babel/plugin-proposal-function-bind": "7.14.5",
"@babel/plugin-proposal-function-sent": "7.14.5",
"@babel/plugin-proposal-json-strings": "7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-numeric-separator": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-proposal-pipeline-operator": "7.14.5",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-object-assign": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/register": "7.14.5",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-plugin-polyfill-regenerator": "0.2.2",
"babel-preset-env": "1.7.0",
"css-loader": "0.6.12",
"docsite": "1.3.11",
"eslint": "3.19.0",
"eslint-config-ali": "1.0.3",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-react": "6.10.3",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "6.2.0",
"gulp": "4.0.2",
"gulp-util": "2.2.20",
"json-loader": "0.5.7",
"node-libs-browser": "2.0.0",
"node-sass": "4.14.1",
"opn": "5.5.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",
"url-loader": "4.1.1",
"webpack": "2.7.0",
"webpack-dev-server": "2.11.5"
},
"dependencies": {
"classnames": "2.3.1",
"core-decorators": "0.20.0",
"js-cookie": "2.2.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-scroll": "1.8.4",
"react-tilt": "0.1.4",
"whatwg-fetch": "2.0.4"
}
}