-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
61 lines (61 loc) · 1.89 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
56
57
58
59
60
61
{
"name": "wm-selector",
"version": "3.6.2",
"description": "An army builder for Games Workshop's Warmaster.",
"homepage": "https://github.com/dsusco/wm-selector",
"bugs": "https://github.com/dsusco/wm-selector/issues",
"license": "ISC",
"author": "David Susco <[email protected]> (https://github.com/dsusco)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dsusco/wm-selector.git"
},
"scripts": {
"build": "vue-cli-service build",
"prebuild": "node scripts/build-src-json.js",
"postbuild": "minify-json dist/json/",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve",
"preserve": "node scripts/build-src-json.js",
"test:unit": "vue-cli-service test:unit",
"pretest:unit": "node scripts/build-src-json.js"
},
"dependencies": {
"axios": "^1.7.7",
"core-js": "^3.39.0",
"lodash": "^4.17.21",
"marked": "^14.1.3",
"marked-gfm-heading-id": "^4.1.0",
"qrcode.vue": "^1.7.0",
"querystring-es3": "^0.2.1",
"vue": "^2.7.14",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^27.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.30.0",
"flush-promises": "^1.0.2",
"jsonlint": "^1.6.3",
"minify-json": "^1.0.0",
"node-sass": "^8.0.0",
"sass-loader": "^16.0.3",
"vue-template-compiler": "^2.7.16"
},
"private": true
}