-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.8 KB
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
{
"name": "@dashdojodev/ui-components",
"version": "1.5.2",
"scripts": {
"start": "npm run storybook",
"storybook": "start-storybook -p 9000 -s ./.storybook/assets",
"build-storybook": "build-storybook -c .storybook -o build/storybook",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit src/**/*.test.js",
"test:single": "vue-cli-service test:unit",
"release": "np --any-branch --no-yarn --verbose",
"reinstall": "rm -rf node_modules && npm i"
},
"main": "src/index.js",
"files": [
"src/**",
"!src/stories",
"!src/**/*.test.js"
],
"dependencies": {
"core-js": "^3.4.1",
"normalize.css": "8.0.1",
"v-calendar": "0.9.7",
"v-click-outside": "3.0.0",
"vue": "^2.6.10",
"vue-input-autowidth": "1.0.9",
"vue-multiselect": "2.1.6"
},
"devDependencies": {
"@storybook/addon-actions": "5.2.6",
"@storybook/addon-centered": "5.2.6",
"@storybook/addon-knobs": "5.2.6",
"@storybook/addon-storysource": "5.2.6",
"@storybook/vue": "5.2.6",
"@vue/cli-plugin-babel": "4.0.5",
"@vue/cli-plugin-eslint": "4.0.5",
"@vue/cli-plugin-unit-mocha": "4.0.5",
"@vue/cli-service": "4.0.5",
"@vue/eslint-config-airbnb": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"babel-preset-vue": "2.0.2",
"chai": "^4.2.0",
"css-loader": "3.2.0",
"eslint": "6.6.0",
"eslint-plugin-vue": "^6.0.1",
"node-sass": "4.13.0",
"sass-loader": "8.0.0",
"storybook-addon-vue-info": "1.3.4",
"style-loader": "1.0.0",
"stylelint": "12.0.0",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-standard": "19.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.1.0",
"stylelint-order": "3.1.1",
"vue-template-compiler": "^2.6.10"
}
}