-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.65 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "ui-toolkit",
"version": "1.0.0",
"description": "Vue.js UI Toolkit for Rapid Project Development",
"author": "Peter Schmalfeldt <me@peterschmalfeldt.com>",
"keywords": [
"Vue",
"Components",
"UI",
"Toolkit",
"StayWoke",
"Activism",
"Platform"
],
"license": "MIT",
"main": "./src/components/index.js",
"scripts": {
"dev": "npm run -s build:entry && webpack-dev-server --mode development --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run -s build:entry && npm run dev",
"unit": "jest --verbose --silent --config test/unit/jest.conf.js --coverage",
"unit:coverage": "http-server ./test/unit/coverage/lcov-report -o -s -p8083 -c-1 --cors",
"unit:single": "jest --verbose --onlyChanged --runInBand --config test/unit/jest.conf.js",
"test": "npm run -s lint && npm run -s unit",
"lint": "eslint --ext .js,.vue src test/unit --fix && echo '\n【ツ】CODE FORMATTING PERFECTION !!!\n'",
"build": "npm run -s build:entry && npm run -s storybook:build && node build/build.js && npm run -s lint",
"build:entry": "node build/bin/build-entry.js",
"storybook": "npm run -s build:entry && start-storybook -s ./.storybook/static -p 9001 -c .storybook",
"storybook:build": "build-storybook -s ./.storybook/static -c .storybook -o docs",
"storybook:web": "http-server ./docs -o -s -p8082 -c-1 --cors",
"web": "http-server ./dist -o -s -p8081 -c-1 --cors"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-pro-light": "^5.0.13",
"@fortawesome/fontawesome-pro-regular": "^5.0.13",
"@fortawesome/fontawesome-pro-solid": "^5.0.13",
"@fortawesome/vue-fontawesome": "0.0.22",
"element-ui": "^2.3.8",
"vue": "^2.5.16",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@storybook/addon-actions": "4.0.0-alpha.1",
"@storybook/addon-centered": "4.0.0-alpha.1",
"@storybook/addon-knobs": "4.0.0-alpha.1",
"@storybook/addon-links": "4.0.0-alpha.1",
"@storybook/addon-notes": "4.0.0-alpha.1",
"@storybook/addon-options": "4.0.0-alpha.1",
"@storybook/addon-storyshots": "4.0.0-alpha.1",
"@storybook/addon-storysource": "4.0.0-alpha.1",
"@storybook/addon-viewport": "4.0.0-alpha.1",
"@storybook/addons": "4.0.0-alpha.1",
"@storybook/vue": "4.0.0-alpha.1",
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-component": "^1.1.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chalk": "^2.3.2",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.4.0",
"extract-text-webpack-plugin": "v4.0.0-beta.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"jest": "^22.4.3",
"jest-serializer-vue": "^1.0.0",
"json-templater": "^1.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-notifier": "^5.2.1",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"ora": "^2.0.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.3",
"postcss-url": "^7.3.2",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"storybook-addon-vue-info": "^0.2.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.0.1",
"vue-jest": "^2.4.1",
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"vue-test-utils": "^1.0.0-beta.11",
"webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3",
"webpack-merge": "^4.1.2"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}