forked from latteart-org/latteart
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 5.06 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 5.06 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "latteart",
"version": "2.7.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 3000",
"build": "yarn build:server && yarn build:gui",
"watch:gui": "vue-cli-service build --watch",
"build:gui": "vue-cli-service build",
"watch:server": "tsc-watch -b tsconfig.server.json",
"build:server": "tsc -b tsconfig.server.json",
"start:server": "cross-env NODE_ENV=development node ./dist/index.js",
"package": "yarn package:win & yarn package:mac",
"package:win": "nexe dist/index.js -o dist/latteart/latteart/latteart --target windows-x64-14.15.3 && cpx \"dist/public/**/*\" dist/latteart/latteart/public",
"package:mac": "nexe dist/index.js -o dist/latteart/latteart/latteart --target macos-x64-14.15.3 && cpx \"dist/public/**/*\" dist/latteart/latteart/public",
"prepackage:win": "yarn build",
"prepackage:mac": "yarn build",
"postpackage:win": "yarn package:launch:win && yarn copy:launch:win && yarn package:viewers",
"postpackage:mac": "yarn package:launch:mac && yarn copy:launch:mac && yarn package:viewers",
"package:launch:win": "cd launch && yarn install && yarn prepackage:win && yarn package:win",
"package:launch:mac": "cd launch && yarn install && yarn prepackage:mac && yarn package:mac",
"copy:launch:win": "cpx \"launch/dist/launch.config.json\" dist/latteart && cpx \"launch/dist/*.bat\" dist/latteart && cpx \"launch/dist/win/launch.exe\" dist/latteart",
"copy:launch:mac": "cpx \"launch/dist/launch.config.json\" dist/latteart && cpx \"launch/dist/*.sh\" dist/latteart && cpx \"launch/dist/mac/launch\" dist/latteart",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint src/gui/**/*.ts src/gui/**/*.vue",
"doc": "typedoc --out dist_docs/typedoc src/",
"build:viewer": "cross-env VUE_CLI_SERVICE_CONFIG_PATH=vue.config.viewer.js vue-cli-service build",
"build:viewer:history": "cross-env VUE_CLI_SERVICE_CONFIG_PATH=vue.config.viewer.history.js vue-cli-service build",
"copy:viewer": "cpx \"snapshot-viewer/**/*\" dist/latteart/latteart-repository/snapshot-viewer",
"copy:viewer:history": "cpx \"history-viewer/**/*\" dist/latteart/latteart-repository/history-viewer",
"package:viewer": "yarn build:viewer && yarn copy:viewer",
"package:viewer:history": "yarn build:viewer:history && yarn copy:viewer:history",
"package:viewers": "yarn package:viewer & yarn package:viewer:history"
},
"dependencies": {
"@types/chart.js": "^2.7.55",
"@types/d3": "^5.7.2",
"@types/encoding-japanese": "^1.0.15",
"@types/express": "4.17.13",
"@types/leaflet": "^1.4.4",
"@types/mermaid": "8.2.7",
"@types/socket.io-client": "^1.4.34",
"@types/splitpanes": "^2.2.0",
"@types/vuedraggable": "^2.24.0",
"chart.js": "^2.8.0",
"chartjs-plugin-colorschemes": "^0.4.0",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^3.6.5",
"d3": "^5.9.2",
"dayjs": "^1.11.3",
"encoding-japanese": "^1.0.30",
"express": "^4.17.1",
"leaflet": "^1.5.1",
"mermaid": "^9.1.2",
"socket.io-client": "^2.3.1",
"splitpanes": "^2.3.6",
"vue": "^2.6.11",
"vue-chartjs": "^3.4.2",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.11.2",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.2.0",
"vue2-leaflet": "^2.2.1",
"vuedraggable": "^2.24.3",
"vuetify": "^1.5.5",
"vuex": "^3.4.0"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@types/node": "14",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.0.3",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"eslint": "^7.20.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.6.0",
"lint-staged": "^9.5.0",
"material-design-icons-iconfont": "^5.0.1",
"nexe": "^4.0.0-beta.19",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"ts-node": "^8.10.2",
"typedoc": "^0.17.7",
"typescript": "~3.9.3",
"vue-cli-plugin-vuetify": "~2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
},
"resolutions": {
"glob-parent": "^5.1.2",
"braces": "^2.3.1",
"moment": "^2.29.4",
"terser": "^4.8.1",
"node-notifier": "^8.0.1",
"yargs-parser": "^13.1.2",
"marked": "^4.0.10",
"ejs": "^3.1.7",
"node-forge": "^1.3.0",
"nth-check": "^2.0.1",
"@types/express-serve-static-core": "4.17.28",
"node-ipc": "9.1.3"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"yarn lint",
"git add"
]
}
}