-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"lint": "eslint .",
"setup": "node database/setup.js"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@meilisearch/instant-meilisearch": "0.13.5",
"@nuxt/devtools": "^1.7.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@storybook/addon-actions": "^7.6.20",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.20",
"@storybook/vue3-vite": "^7.6.20",
"@twicpics/components": "^0.21.1",
"@types/pluralize": "^0.0.30",
"@ubclaunchpad/vue-fathom": "^2.0.0",
"babel-loader": "^9.2.1",
"csv-parser": "^3.2.0",
"defu": "^6.1.4",
"epic-spinners": "^2.0.0",
"eslint": "^8.57.1",
"instantsearch.css": "^8.5.1",
"nuxt": "^3.15.4",
"pluralize": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^7.6.20",
"typescript": "^5.7.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-vue-type-imports": "^0.2.5",
"vue-instantsearch": "^4.20.4",
"vue-loader": "^17.4.2",
"vue-slider-component": "4.1.0-beta.7"
},
"dependencies": {
"dotenv": "^16.4.7",
"meilisearch": "0.34.0"
}
}