-
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.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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": "lego",
"version": "1.0.0",
"private": true,
"dependencies": {
"@aistarfish/utils": "^0.1.19",
"@babel/runtime": "^7.7.7",
"antd": "^4.8.0",
"copy-to-clipboard": "^3.3.1",
"lodash": "^4.17.4",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"moment": "^2.19.1",
"rc-color-picker": "^1.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-drag-and-drop": "^2.4.0",
"react-get-element": "^0.9.0",
"react-native-listener": "^1.0.2",
"react-router": "^3.2.1",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.4",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "ai dev",
"build": "ai build"
},
"devDependencies": {
"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"
},
"type": "React Project"
}