-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.15 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
{
"name": "tww2-interactive-map",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"gen:data": "ts-node scripts/data/index.ts",
"deploy": "gh-pages -d dist -e latest -f"
},
"dependencies": {
"@vue/composition-api": "0.5.0",
"core-js": "3.6.5",
"gsap": "3.2.6",
"leaflet": "1.6.0",
"register-service-worker": "1.7.1",
"vue": "2.6.11",
"vue-router": "3.1.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.3.1",
"@vue/cli-plugin-eslint": "4.3.1",
"@vue/cli-plugin-pwa": "4.3.1",
"@vue/cli-plugin-router": "4.3.1",
"@vue/cli-service": "4.3.1",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-plugin-vue": "6.2.2",
"fs-extra": "9.0.0",
"gh-pages": "2.2.0",
"sass": "1.26.3",
"sass-loader": "8.0.2",
"svgo": "1.3.2",
"total-war-save-parser": "github:IMRZ/total-war-save-parser#d964f60",
"ts-node": "8.9.0",
"tw-db": "github:IMRZ/tw-db#957b905",
"typescript": "3.8.3",
"vue-template-compiler": "2.6.11",
"xml2js": "0.4.23"
}
}