-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "endp-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 9091",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test::unit": "jest --no-cache --verbose"
},
"dependencies": {
"@vuepic/vue-datepicker": "^7.4.1",
"axios": "^1.6.5",
"bulma": "^0.9.4",
"core-js": "^3.35.0",
"d3": "^7.8.5",
"mirador": "^3.3.0",
"mirador-textoverlay": "^0.3.8",
"plotly.js-dist": "^2.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"url": "^0.11.3",
"vue": "^3.2.13",
"vue-router": "^4.2.5",
"vue-router-sitemap": "^0.0.4",
"vue-slider-component": "^4.1.0-beta.7",
"vue3-carousel": "^0.3.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",
"@vue/vue3-jest": "^29.2.6",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.7.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"vue-loader": "^16.8.3"
}
}