-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "miroir-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite --mode=development",
"build:staging": "vite build --mode=staging",
"build:prod": "vite build --mode=production",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@j-t-mcc/vue3-chartjs": "^1.0.0",
"@vueform/toggle": "^1.1.0",
"bulma": "^0.9.2",
"bulma-slider": "^2.0.4",
"chart.js": "^3.6.0",
"md5": "^2.3.0",
"mirador": "^3.1.1",
"mirador-image-tools": "^0.10.0",
"rdflib": "^2.2.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"vue": "^3.2.20",
"vue-router": "^4.0.0-0",
"vue-slider-component": "^4.0.0-beta.3",
"vue-word-highlighter": "^1.0.4",
"vue3-carousel": "^0.1.29",
"vue3-highlightjs": "^1.0.5"
},
"devDependencies": {
"@vue/eslint-config-standard": "^8.0.1",
"@vitejs/plugin-vue": "^1.6.1",
"vite": "^2.5.4",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}