forked from NatLibFi/qvain-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.05 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": "qvain-js",
"description": "Qvain metadata editor",
"version": "0.9.0",
"author": "Wouter Van Hemel",
"license": "GPL-3.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"watch": "vue-cli-service build --watch --mode production",
"dev-build": "vue-cli-service build --mode development",
"dev-watch": "vue-cli-service build --mode development --watch",
"testing-build": "vue-cli-service build --mode testing",
"stable-build": "vue-cli-service build --mode stable",
"lint": "vue-cli-service lint",
"clean": "rm -r dist/*",
"env": "env"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"autosize": "^4.0.2",
"axios": "^0.18.0",
"bootstrap-vue": "^2.0.0-rc.15",
"date-fns": "^1.30.1",
"deep-equal": "^1.0.1",
"deep-is": "^0.1.3",
"deepmerge": "^2.2.1",
"flat": "^4.1.0",
"json-deep-copy": "^1.0.2",
"json-pointer": "^0.6.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lodash.set": "^4.3.2",
"lodash.setwith": "^4.3.2",
"lodash.unset": "^4.5.2",
"node-sass": "^4.11.0",
"vue": "^2.6.10",
"vue-multiselect": "^2.1.4",
"vue-router": "^3.0.2",
"vuejs-datepicker": "^1.5.4",
"vuex": "^3.1.0"
},
"devDependencies": {
"@vue/cli": "^3.5.1",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-unit-mocha": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"eslint": "^5.15.3",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}