-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.36 KB
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
{
"name": "analysis-vis-prototype",
"version": "0.1.0",
"private": true,
"description": "Interactive visualisation prototype for aiding criminal investigation",
"author": "Marko Řeháček <marko.rehacek@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit",
"test:unit": "vue-cli-service test:unit",
"test:coverage": "vue-cli-service test:unit --coverage"
},
"dependencies": {
"buefy": "^0.7.7",
"core-js": "^3.1.4",
"d3": "^5.9.2",
"d3-force": "^2.0.1",
"element-ui": "^2.9.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"v-dragged": "0.0.5",
"vue": "^2.6.6",
"vue-router": "^3.0.6",
"vuejs-logger": "^1.5.3",
"vuex": "^3.1.1"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-unit-jest": "^3.8.0",
"@vue/cli-service": "^3.8.4",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"jest": "^24.8.0",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.10"
}
}