-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.71 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
{
"name": "Mirrorpanel",
"version": "1.1.0",
"description": "",
"keywords": [
"map",
"mapping",
"tool",
"sigcorporativo-ja",
"mapea",
"plugin"
],
"license": "ISC",
"scripts": {
"start": "webpack-dev-server --config=webpack-config/webpack.development.config.js",
"prebuild": "node task/create-entrypoint.js",
"build": "webpack --config=webpack-config/webpack.production.config.js",
"test-build": "npm run build && live-server --open=test/prod.html",
"check": "eslint ./src",
"fix": "eslint --fix ./src"
},
"author": "",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-export-default-from": "^7.0.0-beta.51",
"@babel/preset-env": "^7.10.3",
"async": "2.1.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0-beta.4",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"derequire": "2.0.6",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.11",
"fs-extra": "2.0.0",
"handlebars": "^4.0.11",
"html-loader": "^0.5.5",
"live-server": "^1.2.1",
"mini-css-extract-plugin": "^0.4.1",
"minimist": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"slash": "^3.0.0",
"style-loader": "^0.21.0",
"supports-color": "^5.3.0",
"terser-webpack-plugin": "^1.4.4",
"uglify-js": "^2.6.1",
"uglifycss": "0.0.29",
"url-loader": "^1.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.1.14"
}
}