-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.22 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": "security-application",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deepwaterpaladin/security-application-main"
},
"scripts": {
"deploy": "npm run build; push-dir --dir=dist --branch=github-pages --cleanup",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:md": "markdownlint \"**/*.md\" -i \"node_modules\"",
"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"
},
"dependencies": {
"@types/lodash.isempty": "^4.4.6",
"@types/showdown": "^1.9.4",
"babel": "^6.23.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.18.0",
"i18n": "^0.13.3",
"jest": "^27.2.1",
"lodash.isempty": "^4.4.0",
"register-service-worker": "^1.7.2",
"showdown": "^1.9.1",
"survey-core": "^1.8.70",
"survey-vue": "^1.8.70",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.26.5",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.5.2",
"vue-search-select": "^2.9.5",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"cspell": "^5.10.1",
"cspell-dict-fr-fr": "^1.3.1",
"eslint": "^5.16.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-vue": "^6.2.2",
"jest-transform-stub": "^2.0.0",
"markdownlint-cli": "^0.27.1",
"push-dir": "^0.4.1",
"ts-jest": "^26.5.6",
"typescript": "^4.4.3",
"vue-template-compiler": "^2.6.14"
}
}