-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.03 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
{
"name": "editor",
"version": "1.0.0",
"private": true,
"dependencies": {
"@aistarfish/utils": "^0.1.19",
"@babel/runtime": "^7.7.7",
"antd": "^3.5.2",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"moment": "^2.19.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^3.2.1",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "ai dev",
"build": "ai build"
},
"devDependencies": {
"@aistarfish/cli": "^3.4.2",
"babel-eslint": "^8.2.6",
"babel-plugin-import": "^1.13.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"stylelint": "^9.1.3",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.3.0"
},
"proxy": {
"/api/*": {
"target": "",
"changeOrigin": true,
"secure": false
}
},
"type": "React Project"
}