-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "astar-ui",
"version": "1.0.0",
"description": "ui components based on vue",
"private": true,
"scripts": {
"build": "rm -rf dist && webpack --mode=production --config ./build/webpack.config.base.js",
"start": "start-storybook -p 6006 --no-manager-cache",
"build-storybook": "build-storybook",
"test": "jest"
},
"author": "astar",
"license": "ISC",
"broswer": "target",
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@storybook/addon-actions": "^6.3.0-alpha.25",
"@storybook/addon-essentials": "^6.3.0-alpha.25",
"@storybook/addon-links": "^6.3.0-alpha.25",
"@storybook/vue3": "^6.3.0-alpha.25",
"@vue/compiler-sfc": "^3.0.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"jest": "^27.0.3",
"node-sass": "^6.0.0",
"sass-loader": "^11.1.0",
"style-loader": "^2.0.0",
"typescript": "^4.3.2",
"url-loader": "^4.1.1",
"vue": "^3.0.11",
"vue-loader": "^16.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.0"
}
}