-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
73 lines (73 loc) · 1.96 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": "grafonnet-playground",
"version": "1.3.0",
"description": "Grafonnet playground",
"scripts": {
"build": "webpack --mode production --config webpack.prod.js",
"dev": "webpack --mode development --config webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lahsivjar/grafonnet-playground.git"
},
"keywords": [
"grafonnet",
"playgroud"
],
"author": "lahsivjar",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lahsivjar/grafonnet-playground/issues"
},
"homepage": "https://github.com/lahsivjar/grafonnet-playground#readme",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"axios": "^0.21.2",
"codemirror": "^5.58.2",
"codemirror-mode-jsonnet": "^1.0.0",
"idb-keyval": "^3.2.0",
"js-file-download": "^0.4.12",
"math-random": "^1.0.4",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-codemirror2": "^7.2.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.4.0",
"throttle-debounce": "^2.3.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
}
}