-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 995 Bytes
/
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
{
"name": "stellaris-galaxy-tool",
"version": "1.0.1",
"description": "Browser-based tool for editing Stellaris static galaxy scenario map files",
"main": "server.js",
"scripts": {
"build": "npx webpack --config webpack.dev.js",
"deploy": "npx webpack --config webpack.prod.js"
},
"author": "Mark Ting",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.0.0",
"express": "^4.16.2",
"jquery": "^3.3.1",
"popper.js": "^1.12.9",
"xregexp": "^4.1.1"
},
"devDependencies": {
"ajv": "^6.1.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.10",
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-merge": "^4.1.2"
}
}