-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 930 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
{
"name": "swind",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/svelte": "^6.1.21",
"@svitejs/vite-plugin-svelte": "^0.11.1",
"@tailwindcss/jit": "^0.1.5",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"cssnano": "^4.1.10",
"postcss": "^8.2.7",
"postcss-load-config": "^3.0.1",
"svelte": "^3.35.0",
"svelte-loader": "^3.0.0",
"svelte-preprocess": "^4.6.9",
"tailwindcss": "^2.0.3",
"typescript": "^4.2.3",
"vite": "^2.1.0"
},
"dependencies": {
"svelte-hero-icons": "^2.0.0",
"twind": "^0.16.9"
}
}