-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.27 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.27 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "tick",
"version": "0.1.0",
"author": "Yuan Jian",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"test:unit": "vue-cli-service test:unit",
"test": "yarn test:unit",
"start": "ts-node src/testorm.ts",
"fixPython": "npm config set python C:\\Users\\Administrator\\.windows-build-tools\\python27\\python.exe",
"rebuildSqlite3": "npx electron-rebuild -f -v 1.4.13 -e ./node_modules/electron-prebuilt -w sqlite3",
"rebuild": "npx electron-rebuild -f -v 5.0.8 -w sqlite3",
"pack": "rm -rf //192.168.0.228/huohuoshared/软件/dist_electron/ && cp -r dist_electron //192.168.0.228/huohuoshared/软件/",
"postpack": "rm -f tick_dist.zip && 7z a tick_dist.zip dist_electron && mv tick_dist.zip /e/Nutstore2/",
"buildpack": "yarn electron:build && yarn pack"
},
"main": "background.js",
"dependencies": {
"core-js": "^2.6.5",
"datejs": "^1.0.0-rc3",
"sqlite3": "^4.0.9",
"vue": "^2.6.10",
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
"@types/cheerio": "^0.22.12",
"@types/jest": "^23.1.4",
"@types/lodash": "^4.14.136",
"@types/node": "^8.0.29",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-plugin-unit-jest": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vue/test-utils": "1.0.0-beta.29",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
"cheerio": "^1.0.0-rc.3",
"electron": "^5.0.8",
"electron-builder": "^21.2.0",
"electron-context-menu": "^0.13.0",
"electron-prebuilt": "^1.4.13",
"element-ui": "^2.6.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"string-replace-loader": "^2.2.0",
"ts-jest": "^23.0.0",
"ts-node": "3.3.0",
"typeorm": "^0.2.18",
"typescript": "3.3.3333",
"vue-cli-plugin-electron-builder": "^1.3.6",
"vue-template-compiler": "^2.6.10",
"winston": "^3.2.1"
},
"__npminstall_done": false
}