forked from getodk/central-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "odk-central-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service build --mode development --watch",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix src/ test/",
"test": "karma start"
},
"dependencies": {
"axios": "~0.18",
"bootstrap": "~3",
"core-js": "~2.6",
"jquery": "~3",
"luxon": "~1",
"pako": "~1.0",
"pluralize": "~7.0",
"qrcode-generator": "~1.3",
"ramda": "~0.25",
"vue": "~2.6",
"vue-flatpickr-component": "~8.1",
"vue-router": "~3.0",
"vuex": "~3.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~3.7",
"@vue/cli-plugin-eslint": "~3.7",
"@vue/cli-plugin-unit-mocha": "~3.7",
"@vue/cli-service": "~3.7",
"@vue/eslint-config-airbnb": "~4.0",
"avoriaz": "~6.3",
"babel-eslint": "~10.0",
"eslint": "~5.16",
"eslint-plugin-vue": "~5.2",
"faker": "~4.1",
"jsqr": "~1.0",
"karma": "~4.1",
"karma-chrome-launcher": "~2.2",
"karma-mocha": "~1.3",
"karma-sourcemap-loader": "~0.3",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.0-rc.6",
"node-sass": "~4.12",
"sass-loader": "~7.1",
"should": "~13.2",
"vue-template-compiler": "~2.6"
}
}