This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.01 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
70
71
{
"name": "occupapp",
"version": "1.2.1",
"private": true,
"description": "Occupapp application - partition a scene between agents",
"repository": {
"type": "git",
"url": "https://github.com/LyonDataViz/occupapp.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"deploy": "now",
"now-build": "npm run build",
"release": "standard-version"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"@handsontable/vue": "^4.1.1",
"core-js": "^3.6.2",
"d3": "^5.15.0",
"d3-delaunay": "^5.1.6",
"handsontable": "^7.3.0",
"uuid": "^3.3.3",
"vue": "^2.6.11",
"vue-router": "^3.0.6",
"vuetify": "^2.2.1",
"vuex": "^3.1.2",
"vuex-module-decorators": "^0.11.0"
},
"devDependencies": {
"@mdi/font": "^4.7.95",
"@mdi/js": "^4.7.95",
"@types/chai": "^4.2.7",
"@types/d3": "^5.7.2",
"@types/d3-delaunay": "^4.1.0",
"@types/mocha": "^5.2.4",
"@types/uuid": "^3.4.6",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-router": "^4.1.2",
"@vue/cli-plugin-typescript": "^4.1.2",
"@vue/cli-plugin-unit-mocha": "^4.1.2",
"@vue/cli-plugin-vuex": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.30",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"git-revision-webpack-plugin": "^3.0.4",
"node-sass": "^4.13.0",
"now": "^16.7.1",
"sass": "^1.24.2",
"sass-loader": "^8.0.0",
"standard-version": "^7.0.1",
"typeface-roboto": "0.0.75",
"typescript": "^3.5.3",
"vue-class-component": "^7.1.0",
"vue-cli-plugin-vuetify": "^2.0.3",
"vue-property-decorator": "^8.3.0",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
},
"license": "GPL-3.0-only"
}