-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
69 lines (69 loc) · 2.27 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
{
"name": "@snowdog/alpaca-ui",
"version": "0.5.0",
"license": "MIT",
"scripts": {
"postinstall": "node scripts/build.js",
"dev": "start-storybook -p 6006 -s ./public",
"build": "build-storybook -o dist -s ./public",
"now-build": "yarn build",
"eslint": "eslint --ext .js,.vue src",
"stylelint": "stylelint 'src/**/*.vue' 'src/**/*.css' 'assets/styles/**/*.css'",
"test": "jest --clearCache && jest -w 1",
"codcov": "./node_modules/codcov/bin/codcov"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"focus-visible": "^5.0.2",
"normalize.css": "^8.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "^2.6.11",
"vue-carousel": "^0.18.0-alpha",
"vue-router": "^3.1.3",
"vue-slider-component": "^3.0.40"
},
"devDependencies": {
"@storybook/addon-a11y": "6.1.17",
"@storybook/addon-actions": "6.1.17",
"@storybook/addon-docs": "6.1.17",
"@storybook/addon-essentials": "^6.1.17",
"@storybook/addon-knobs": "6.1.17",
"@storybook/addon-storysource": "6.1.17",
"@storybook/vue": "6.1.17",
"@vue/babel-preset-app": "^3.11.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.5",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-vue": "^2.0.2",
"codecov": "^3.5.0",
"css-loader": "^3.2.0",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.7.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"jest": "^24.9.0",
"jest-vue-preprocessor": "^1.5.0",
"storybook-addon-vue-info": "1.4.2",
"storybook-vue-router": "^1.0.7",
"stylelint": "^11.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.11.0",
"stylelint-webpack-plugin": "^0.10.5",
"svgxuse": "^1.2.6",
"vue-eslint-parser": "^6.0.4",
"vue-loader": "^15.9.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11"
}
}