-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.76 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@naked-ui/vue",
"version": "0.21.4",
"main": "dist/index.js",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"description": "Naked UI for Vue.js",
"files": [
"dist/index.js",
"dist/index.css"
],
"scripts": {
"chromatic": "chromatic --project-token CHROMATIC_PROJECT_TOKEN --exit-zero-on-changes",
"dev": "yarn install && vue-cli-service serve src/main.js",
"build": "yarn install && vue-cli-service build --target lib --name index src/main.js && cp dist/index.umd.min.js dist/index.js && yarn remove:js && yarn optimize:css",
"build:js": "yarn install && vue-cli-service build --target lib --name index src/main.js && yarn remove:css",
"build:css": "yarn install && vue-cli-service build --target lib --name index src/main.js && yarn optimize:css && yarn remove:js",
"optimize:css": "csso dist/index.css --output dist/index.css --stat --debug",
"remove:js": "rm dist/demo.html dist/index.common.js dist/index.common.js.map dist/index.umd.js dist/index.umd.js.map dist/index.umd.min.js dist/index.umd.min.js.map",
"remove:css": "rm dist/demo.html dist/index.css dist/index.min.css",
"lint": "vue-cli-service lint",
"storybook": "yarn install && start-storybook -p 6006 --no-manager-cache -s .storybook/assets",
"build-storybook": "build-storybook"
},
"dependencies": {
"babel-loader": "^8.2.2",
"core-js": "^3.8.1",
"smoothscroll-polyfill": "^0.4.4",
"style-loader": "^2.0.0",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-essentials": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/addons": "^6.2.8",
"@storybook/theming": "^6.2.8",
"@storybook/vue": "^6.2.8",
"@storybook/addon-a11y": "^6.2.8",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-viewport": "^6.2.8",
"@storybook/addon-postcss": "^2.0.0",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"chromatic": "^5.6.2",
"csso": "^4.2.0",
"eslint": "^7.16.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^7.3.0",
"prettier": "^2.2.1",
"sass-loader": "^10.1.0",
"storybook": "^6.2.8",
"storybook-addon-designs": "^5.4.5",
"storybook-addon-pseudo-states": "^1.0.0",
"sxcss": "^1.5.14",
"vue-template-compiler": "^2.6.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naked-ui/vue.git"
},
"author": "Aleksander Grygier <@allozaur>",
"license": "MIT",
"bugs": {
"url": "https://github.com/naked-ui/vue/issues"
},
"homepage": "https://github.com/naked-ui/vue#readme"
}