-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.27 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
{
"name": "blazestore",
"version": "1.0.0",
"description": "Firestore alternative web GUI",
"main": "src/index.js",
"scripts": {
"analyze": "cross-env ANALYZE=true npm run build",
"build": "webpack --node-env=production",
"postinstall": "cd server && npm ci",
"start": "webpack serve --node-env=development"
},
"repository": {
"type": "git"
},
"author": {
"name": "Eli Sherer",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@material-ui/core": "5.0.0-beta.1",
"@material-ui/data-grid": "4.0.0-alpha.34",
"@material-ui/icons": "5.0.0-beta.1",
"@material-ui/lab": "5.0.0-alpha.40",
"@material-ui/styles": "4.11.4",
"@monaco-editor/react": "4.1.0",
"core-js": "3.9.1",
"date-fns": "2.21.3",
"install": "0.13.0",
"monaco-editor": "0.23.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"react-virtualized-auto-sizer": "1.0.5",
"react-window": "1.8.6"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/plugin-transform-react-constant-elements": "7.13.10",
"@babel/plugin-transform-react-inline-elements": "7.12.13",
"@babel/preset-env": "7.13.10",
"@babel/preset-flow": "7.12.13",
"@babel/preset-react": "7.12.13",
"@emotion/babel-plugin": "11.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-beta.0",
"@types/react": "17.0.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-plugin-transform-react-pure-class-to-function": "1.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "8.0.0",
"cross-env": "7.0.3",
"eslint": "7.22.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-webpack-plugin": "2.5.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.1",
"prettier": "2.2.1",
"raw-loader": "4.0.2",
"react-refresh": "0.9.0",
"url-loader": "4.1.1",
"webpack": "5.27.1",
"webpack-bundle-analyzer": "4.4.0",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2"
}
}