-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 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
{
"name": "@astar-network/astar-ui",
"version": "0.0.142",
"repository": {
"type": "git",
"url": "https://github.com/AstarNetwork/astar-ui.git"
},
"files": [
"dist/*"
],
"main": "dist/astar-ui.umd.js",
"module": "dist/astar-ui.es.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"scripts": {
"clean": "rm -rf node_modules",
"build:types": "vue-tsc --project tsconfig.build-types.json --declaration --emitDeclarationOnly --outDir dist/types ",
"build:lib": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts && npm run build:types",
"storybook": "export NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=af2bfd147de5 --auto-accept-changes",
"dev": "vite --config ./build/base.config.ts"
},
"dependencies": {
"@iconify-prerendered/vue-ic": "^0.21.1672653513",
"vue": "^3.2.23"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@storybook/addon-actions": "^6.5.0-alpha.64",
"@storybook/addon-essentials": "^6.5.0-alpha.64",
"@storybook/addon-links": "^6.5.0-alpha.64",
"@storybook/addons": "^6.5.10",
"@storybook/builder-vite": "^0.1.29",
"@storybook/vue3": "^6.5.15",
"@types/node": "^16.11.12",
"@vitejs/plugin-vue": "^1.10.2",
"babel-loader": "^8.2.4",
"chromatic": "^6.5.4",
"sass": "^1.49.11",
"storybook-dark-mode": "^1.1.0",
"typescript": "^4.4.4",
"vite": "^2.9.16",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-dts": "^0.9.6",
"vite-plugin-md": "^0.11.4",
"vue-loader": "^16.8.3",
"vue-router": "^4.0.12",
"vue-tsc": "^0.28.10"
}
}