-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 966 Bytes
/
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
{
"name": "distem",
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"download": "node ./scripts/download.cjs",
"build": "npm run download && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@popperjs/core": "^2.11.8",
"animejs": "^3.2.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"vue": "^3.4.29",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@bcgov/bc-sans": "^2.1.0",
"@fontsource-variable/noto-sans-canadian-aboriginal": "^5.0.18",
"@vitejs/plugin-vue": "^5.0.4",
"axios": "^1.7.7",
"citeproc": "^2.4.63",
"d3": "^7.9.0",
"dotenv": "^16.4.5",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"prettier": "^3.2.5",
"sass": "^1.79.5",
"vite": "^5.3.3",
"zotero-api-client": "^0.43.1"
}
}