forked from mrhorin/epcviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
{
"name": "epcviewer",
"version": "0.3.0",
"main": "./dist/js/main.js",
"scripts": {
"build": "gulp clean && gulp pug && webpack --mode=production",
"clean": "gulp clean",
"watch": "webpack -w --mode=development",
"start": "electron ./dist/js/main.js",
"list": "npm list --depth=0",
"release:darwin": "npm run build && gulp package:darwin",
"release:linux": "npm run build && gulp package:linux"
},
"license": "MIT",
"dependencies": {
"2ch-parser": "^0.6.0",
"electron-store": "^3.3.0",
"emoji-regex": "^8.0.0",
"encoding-japanese": "^1.0.25",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"photonkit": "^0.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"superagent": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"css-loader": "^2.1.1",
"del": "^4.1.1",
"electron": "^5.0.3",
"electron-packager": "^13.1.1",
"electron-react-devtools": "^0.5.3",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"node-sass": "^4.12.0",
"react-color": "^2.17.3",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^2.0.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-notifier": "^1.7.0"
}
}