-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
69 lines (69 loc) · 1.92 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
62
63
64
65
66
67
68
69
{
"name": "compcon",
"version": "2.3.23",
"description": "A digital toolkit for the LANCER TTRPG",
"author": "Massif Press",
"scripts": {
"serve": "vue-cli-service serve",
"serve-https": "vue-cli-service serve --https",
"build": "vue-cli-service build"
},
"dependencies": {
"@aws-amplify/datastore": "^2.9.3",
"@aws-amplify/ui-vue": "^0.2.33",
"@massif/lancer-data": "^3.1.7",
"@mdi/font": "^6.6.96",
"aws-amplify": "^4.3.17",
"aws-amplify-vue": "^2.1.5",
"axios": "^0.19.0",
"core-js": "^3.6.5",
"external-svg-loader": "^1.4.0",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"material-icons": "^0.3.1",
"promisify-file-reader": "^4.1.0",
"raw-loader": "^4.0.2",
"register-service-worker": "^1.7.1",
"sass-loader": "10.1.1",
"semver": "^7.5.1",
"tiptap-vuetify": "^2.24.0",
"typeit": "^6.0.3",
"vue": "^2.6.11",
"vue-class-component": "^7.1.0",
"vue-cli-plugin-vuetify": "^2.4.3",
"vue-html-secure": "^1.0.9",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.2.0",
"vuedraggable": "^2.23.2",
"vuetify": "^2.4.0",
"vuetify-loader": "^1.7.0",
"vuex": "^3.4.0",
"vuex-module-decorators": "^0.10.1"
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/runtime-dom": "^3.2.47",
"prettier": "^2.2.1",
"sass": "~1.32.0",
"source-map-support": "^0.5.10",
"typescript": "^4.5.5",
"typescript-json-schema": "^0.42.0",
"vue-cli-plugin-svg": "~0.2.1",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"license": "GPL-3.0-or-later",
"resolutions": {
"prosemirror-model": "1.8.2"
}
}