-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.67 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
{
"name": "kyui3",
"version": "0.2.6",
"description": "",
"files": [
"dist"
],
"main": "dist/kyUI3.umd.js",
"module": "dist/kyUI3.es.js",
"types": "dist/types/index.d.ts",
"scripts": {
"dev": "vite --host --port 3000",
"prebuild": "rimraf ./node_modules/@types/react",
"build": "vite build && npm run build:types",
"build:types": "vue-tsc --project tsconfig.types.json --declaration --emitDeclarationOnly --outDir dist/types ",
"typecheck": "vue-tsc --project tsconfig.types.json --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/types": "^7.20.7",
"@storybook/addon-essentials": "^7.0.3",
"@storybook/addon-interactions": "^7.0.3",
"@storybook/addon-links": "^7.0.3",
"@storybook/blocks": "^7.0.3",
"@storybook/builder-vite": "^7.0.3",
"@storybook/preset-scss": "^1.0.3",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/vue3": "^7.0.3",
"@storybook/vue3-vite": "^7.0.3",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"chromatic": "^7.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"storybook": "^7.0.3",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vue": "^3.2.45",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.0-1"
}
}