-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "stevenson-space",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"music-dev": "cd music-backend && npm run dev",
"serve": "vite serve",
"prebuild": "node scrapers/events.js",
"build": "vite build",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore --fix src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@sentry/tracing": "^7.91.0",
"@sentry/vue": "^8.33.1",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/eslint-config-airbnb": "^8.0.0",
"animejs": "^3.2.2",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"gsap": "^3.12.4",
"howler": "^2.2.4",
"pinia": "^2.1.7",
"space-vue3-qrcode": "^1.4.19",
"vite": "^5.4.6",
"vue": "^3.3.13",
"vue-gtag": "^2.0.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.2.0",
"ical.js": "^1.5.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"superagent": "^8.1.2",
"typescript": "~5.3.3",
"vite-require": "^0.2.3"
}
}