forked from canada-ca/aia-eia-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.98 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
{
"name": "aia-eia-js",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/canada-ca/aia-eia"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"spellcheck:markdown": "cspell **/*.md --color",
"spellcheck:code": "cspell src/**/*.ts src/**/*.vue --color",
"spellcheck:questions": "cspell src/plugins/*.json src/survey-enfr.json --color",
"deploy": "npm run build; push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@types/lodash.isempty": "^4.4.6",
"@types/showdown": "^1.9.2",
"lodash.isempty": "^4.4.0",
"push-dir": "^0.4.1",
"register-service-worker": "^1.6.2",
"showdown": "^1.9.0",
"survey-vue": "^1.0.75",
"vue": "^2.6.6",
"vue-class-component": "^6.0.0",
"vue-i18n": "^8.10.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.1.0",
"vuex-persist": "1.8.0"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-e2e-cypress": "^3.5.1",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-plugin-pwa": "^3.5.0",
"@vue/cli-plugin-typescript": "^3.5.0",
"@vue/cli-plugin-unit-jest": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"cspell": "^4.0.26",
"cspell-dict-fr-fr": "^1.2.4",
"eslint": "^5.8.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-vue": "^5.0.0",
"fibers": "^3.1.1",
"jest-transform-stub": "^2.0.0",
"sass": "^1.17.2",
"sass-loader": "^7.1.0",
"ts-jest": "^23.0.0",
"typescript": "^3.2.1",
"vue-template-compiler": "^2.5.21"
}
}