-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.35 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
70
71
72
73
74
75
76
{
"name": "FAIRsharing-Assistant",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8082",
"build": "vue-cli-service build --modern",
"test:unit": "vue-cli-service test:unit --coverage",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"codacy": "cat ./coverage/lcov.info | codacy-coverage -t ",
"doc:full": "jsdoc -c documentation/doc.conf.json -R README.md",
"doc:dev": "jsdoc -c documentatioN/doc.conf.json -d docTemp"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/vue-fontawesome": "^0.1.9",
"axios": "^0.27.2",
"babel-core": "^7.0.0-bridge.0",
"core-js": "^3.28.0",
"dotenv": "^16.0.3",
"jest": "^27.5.1",
"jest-offline": "^1.0.1",
"lodash": "^4.17.21",
"roboto-fontface": "*",
"trace-unhandled": "^2.0.1",
"tsparticles": "^2.8.0",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-eslint-parser": "^9.1.0",
"vue-jest": "^3.0.7",
"vue-loader": "^17.2.2",
"vue-router": "^3.4.3",
"vue-sanitize": "^0.2.3",
"vue2-particles": "^2.8.0",
"vuetify": "^2.6.10",
"vuex": "^3.6.2",
"webpack": "^5.88.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/preset-env": "^7.20.2",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.7",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^27.0.0-alpha.3",
"codacy-coverage": "^3.4.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^5.2.7",
"eslint": "^8.42.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^8.0.3",
"ink-docstrap": "^1.3.2",
"jsdoc": "^4.0.0",
"jsdoc-vuejs": "^3.0.9",
"jsdoc-vuex-plugin": "^1.0.0",
"sass": "~1.32.12",
"sass-loader": "^10.1.1",
"sinon": "^7.5.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-template-compiler": "^2.7.15",
"vuetify-loader": "^1.7.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}