-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.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.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@meilisearch/instant-meilisearch": "0.13.5",
"@nuxt/devtools": "^1.3.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@storybook/addon-actions": "^7.2.0",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addon-links": "^7.2.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "^7.2.0",
"@storybook/vue3-vite": "^7.2.0",
"@twicpics/components": "^0.21.1",
"@types/pluralize": "^0.0.30",
"@ubclaunchpad/vue-fathom": "^2.0.0",
"babel-loader": "^9.1.3",
"defu": "^6.1.2",
"epic-spinners": "^2.0.0",
"eslint": "^8.46.0",
"instantsearch.css": "^8.0.0",
"nuxt": "^3.6.5",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.2.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite-plugin-vue-type-imports": "^0.2.5",
"vue-instantsearch": "^4.10.8",
"vue-loader": "^17.2.2",
"vue-slider-component": "^4.1.0-beta.7"
},
"dependencies": {
"dotenv": "^16.3.1",
"meilisearch": "0.34.0"
},
"packageManager": "[email protected]"
}