-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.58 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
{
"name": "stormjs",
"version": "0.4.0",
"license": "Apache-2.0",
"description": "ProjectStormJs",
"scripts": {
"start": "electron ./main.js",
"watch": "node node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=webpackConfig.js",
"watch-poll": "npm run watch -- --watch-poll",
"dev": "webpack-dev-server --open --hot --progress --config ./webpackConfig.js"
},
"author": {
"name": "[email protected]"
},
"dependencies": {
"@types/electron": "^1.6.10",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.7",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"assets-webpack-plugin": "^3.9.10",
"babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
"clean-webpack-plugin": "^3.0.0",
"electron": "^5.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-autofix": "^0.0.9",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"html-loader": "^0.5.5",
"http-server": "^0.11.1",
"jshint": "^2.10.2",
"lodash": "^4.17.15",
"node-cmd": "^3.0.0",
"prettier": "^1.19.1",
"raw-loader": "^4.0.0",
"scalts": "^1.1.0",
"scalts-array": "^0.7.0",
"serialazy": "^2.0.2",
"ts-json-definition": "^0.0.3",
"ts-loader": "^6.2.1",
"ts-md5": "^1.2.7",
"ts-serialize": "^1.3.2",
"typescript": "^3.7.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.9.0"
},
"devDependencies": {
"webpack-cli": "^3.3.10"
}
}