-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
57 lines (57 loc) · 1.74 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
{
"name": "drawmote",
"version": "1.4.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-develop": "vue-cli-service build --mode develop",
"lint": "vue-cli-service lint",
"stats": "webpack --profile --json > stats.json --config ./node_modules/@vue/cli-service/webpack.config.js"
},
"dependencies": {
"@sentry/browser": "^5.20.1",
"@sentry/integrations": "^5.20.1",
"animejs": "^3.2.0",
"catenary-curve": "^1.0.1",
"core-js": "^3.6.5",
"dat.gui": "^0.7.7",
"debounced-resize": "^1.1.1",
"gymote": "^1.0.0",
"html-webpack-inline-source-plugin": "0.0.10",
"input-range-scss": "^1.5.2",
"lazy-brush": "^1.0.1",
"peersox": "^0.3.0",
"prerender-spa-plugin": "^3.4.0",
"three": "^0.118.3",
"universal-cookie": "^4.0.3",
"vue": "^2.6.11",
"vue-i18n": "^8.19.0",
"vue-resize": "^0.5.0",
"vuetamin": "^0.0.3",
"vuex": "^3.5.1",
"whatwg-fetch": "^3.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.0.5",
"kanbasu": "^2.5.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-resources-loader": "^1.3.3",
"terser-webpack-plugin": "^3.0.7",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.11"
},
"author": "Jan Hug <[email protected]>",
"description": "client application for drawmote"
}