|
5 | 5 | "author": "Alexander Wennerstrøm <[email protected]>", |
6 | 6 | "scripts": { |
7 | 7 | "build": "vue-cli-service build", |
8 | | - "serve": "vue-cli-service serve", |
9 | 8 | "test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run", |
10 | 9 | "clean": "rimraf dist", |
11 | 10 | "coverage": "cross-env BABEL_ENV=test karma start test/karma.conf.js", |
|
16 | 15 | "prepublish": "npm run build", |
17 | 16 | "pretest": "npm run lint", |
18 | 17 | "storybook:build": "build-storybook", |
19 | | - "storybook:serve": "start-storybook" |
| 18 | + "storybook:serve": "start-storybook -p 9000" |
| 19 | + }, |
| 20 | + "dependencies": { |
| 21 | + "vue": "^2.6.12" |
20 | 22 | }, |
21 | 23 | "devDependencies": { |
22 | 24 | "@babel/core": "^7.11.6", |
| 25 | + "@storybook/preset-scss": "^1.0.2", |
23 | 26 | "@storybook/addon-actions": "^6.0.21", |
24 | 27 | "@storybook/addon-links": "^6.0.21", |
25 | 28 | "@storybook/vue": "^6.0.21", |
|
50 | 53 | "bugs": { |
51 | 54 | "url": "https://github.com/FluentifyJs/fluentify/issues" |
52 | 55 | }, |
53 | | - "dllPlugin": { |
54 | | - "name": "vuePluginTemplateDeps", |
55 | | - "include": [ |
56 | | - "mocha/mocha.js", |
57 | | - "!!style-loader!!css-loader!mocha-css", |
58 | | - "html-entities", |
59 | | - "vue/dist/vue.js", |
60 | | - "chai", |
61 | | - "core-js/library", |
62 | | - "url", |
63 | | - "sockjs-client", |
64 | | - "vue-style-loader/lib/addStylesClient.js", |
65 | | - "events", |
66 | | - "ansi-html", |
67 | | - "style-loader/lib/addStyles.js" |
68 | | - ], |
69 | | - "loaders": [ |
70 | | - "style-loader", |
71 | | - { |
72 | | - "loader": "css-loader", |
73 | | - "options": { |
74 | | - "importLoaders": 1 |
75 | | - } |
76 | | - }, |
77 | | - { |
78 | | - "loader": "sass-loader", |
79 | | - "options": { |
80 | | - "importLoaders": 1 |
81 | | - } |
82 | | - } |
83 | | - ] |
84 | | - }, |
85 | | - "files": [ |
86 | | - "/build/", |
87 | | - "/dist/", |
88 | | - "/src/" |
89 | | - ], |
90 | 56 | "homepage": "https://github.com/FluentifyJs/fluentify#readme", |
91 | 57 | "keywords": [ |
92 | 58 | "vue", |
|
114 | 80 | "url": "git+https://github.com/FluentifyJs/fluentify.git" |
115 | 81 | }, |
116 | 82 | "style": "dist/fluentify.css", |
117 | | - "unpkg": "dist/fluentify.js", |
118 | | - "dependencies": { |
119 | | - "@storybook/preset-scss": "^1.0.2", |
120 | | - "vue": "^2.6.12" |
121 | | - } |
| 83 | + "unpkg": "dist/fluentify.js" |
122 | 84 | } |
0 commit comments