-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
35 lines (35 loc) · 908 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": "todu",
"version": "1.10.2",
"executableVersion": "1.9.0",
"productName": "TODU",
"author": "CyanSalt",
"description": "An awesome todo list",
"main": "window.js",
"scripts": {
"build": "webpack --mode=production && node makefile.js",
"dev": "webpack --mode=development && electron .",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "https://github.com/CyanSalt/todu.git"
},
"license": "MIT",
"engines": {
"node": ">=8.5.0"
},
"devDependencies": {
"css-loader": "^1.0.1",
"electron": "^3.0.8",
"electron-packager": "^12.2.0",
"mini-css-extract-plugin": "^0.4.4",
"png2icons": "^1.0.1",
"vue": "^2.5.17",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}