This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.25 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
71
72
73
74
75
76
{
"name": "react-lab",
"version": "1.0.0-alpha.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack && webpack-dev-server"
},
"author": "Zachintosh",
"license": "MIT",
"preferGlobal": true,
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"prettier": "^1.18.2"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.5.4",
"@babel/runtime-corejs2": "^7.5.4",
"@babel/runtime-corejs3": "^7.5.4",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@emotion/core": "^10.0.14",
"@fs/zion-root": "^1.2.0",
"@fs/zion-router": "^2.0.0",
"@fs/zion-ui": "^1.0.3",
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.2.1",
"babel-plugin-emotion": "^10.0.14",
"brace": "^0.11.1",
"cache-loader": "^4.1.0",
"core-js": "^3.1.4",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "^2.0.13",
"i18next": "^17.0.6",
"imports-loader": "^0.8.0",
"parse-prop-types": "^0.3.0",
"react": "^16.8.6",
"react-ace": "^7.0.2",
"react-codemirror2": "^6.0.0",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.6",
"react-i18next": "^10.11.4",
"script-loader": "^0.7.2",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-dev-middleware": "^3.7.0",
"webpack-dev-server": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^1.7.2",
"ws": "^7.1.1"
},
"bin": {
"lab": "./bin/launch.js"
}
}