-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.74 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
{
"name": "weibotools",
"version": "1.0.0",
"description": "微博超话自动签到、自动点赞工具。",
"license": "GNU General Public License v3.0",
"scripts": {
"runel": "cross-env NODE_ENV=development electron ./",
"asar": "asar pack ../asar ../app.asar",
"dll": "milktea dll",
"start": "npm run cleanbuild && cross-env NODE_ENV=development milktea start",
"build": "npm run cleanbuild && cross-env NODE_ENV=production milktea build",
"logo": "font-spider logo/logo.html",
"compress": "node ./bin/compress.js",
"cleanbuild": "rimraf ./build",
"eslint": "eslint ./src",
"update": "milktea update",
"npmi": "npm install --production",
"yarni": "yarn install --production=true --pure-lockfile",
"clean": "node-modules-clean --ext \".opts|.map|.ts|.yml|.png|.dot|.jpg\" --file \"test.js\""
},
"main": "./bin/main.js",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"@sweet/milktea": "github:duan602728596/sweet#build-milktea",
"@sweet/milktea-cli": "github:duan602728596/sweet#build-milktea-cli",
"@sweet/util-tools": "github:duan602728596/sweet#build-util-tools",
"asar": "^0.14.6",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.11.0",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"electron": "^4.0.3",
"eslint": "^5.12.1",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-react": "^7.12.4",
"font-spider": "^1.3.4",
"iview": "^3.2.2",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.3",
"terser": "^3.14.1",
"vue": "^2.5.22",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
},
"peerDependencies": {
"node-modules-clean": "^0.1.1"
},
"pre-commit": {
"run": [
"eslint"
]
}
}