-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 999 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
38
{
"name": "nijika",
"version": "1.0.0",
"type": "module",
"main": "./dist/nijika.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "alphardex",
"license": "MIT",
"dependencies": {
"@alphardex/aqua.css": "^1.7.0",
"@vueuse/components": "^10.11.1",
"@vueuse/core": "^10.11.1",
"gsap": "^3.12.5",
"vue": "^3.4.37"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^8.2.9",
"@storybook/vue3-vite": "^8.2.9",
"@vitejs/plugin-vue": "^5.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"storybook": "^8.2.9",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vue-tsc": "^2.0.29"
}
}