forked from buefy/buefy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
171 lines (171 loc) · 4.94 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "buefy",
"version": "0.9.4",
"homepage": "https://buefy.org",
"description": "Lightweight UI components for Vue.js based on Bulma",
"author": "Rafael Beraldo <[email protected]>",
"maintainers": [
"Walter Tommasi <[email protected]>"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/buefy.min.js",
"typings": "types/index.d.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"files": [
"dist",
"src",
"types/*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/buefy/buefy.git"
},
"bugs": {
"url": "https://github.com/buefy/buefy/issues"
},
"vetur": {
"tags": "dist/vetur/tags.json",
"attributes": "dist/vetur/attributes.json"
},
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"lint": "eslint --ext .js,.vue src docs",
"lint:fix": "eslint --ext .js,.vue src docs --fix",
"lint:staged": "lint-staged",
"unit": "jest --runInBand",
"test": "npm run lint && npm run unit",
"test:watch": "npm run unit -- --watchAll",
"build:js": "rollup -c && rollup -c --environment MINIFY",
"build:js:watch": "rollup -c --watch",
"build:scss": "sass src/scss/buefy-build.scss | node ./build/banner.js > dist/buefy.css && cleancss -o dist/buefy.min.css dist/buefy.css",
"build:scss:watch": "sass src/scss/buefy-build.scss --watch",
"build:lib": "rimraf dist && npm run build:js && npm run build:scss && npm run vetur",
"build:lib:watch": "concurrently \"npm run build:js:watch\" \"npm run build:scss:watch \" ",
"build:docs": "node build/build.js && copyfiles --flat netlify.toml dist-docs",
"build": "npm run build:lib && npm run build:docs",
"cov": "./node_modules/codcov/bin/codcov",
"vetur": "node -r esm build/vetur.js"
},
"keywords": [
"bulma",
"vue",
"vuejs",
"vue-bulma",
"components"
],
"dependencies": {
"bulma": "0.9.1"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@applitools/eyes-cypress": "3.7.5",
"@babel/core": "7.3.4",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.3.4",
"@fortawesome/fontawesome-free": "5.3.1",
"@mdi/font": "4.8.95",
"@vue/test-utils": "1.0.0-beta.29",
"all-contributors-cli": "6.14.0",
"autoprefixer": "7.1.1",
"axios": "0.21.1",
"babel-core": "6.25.0",
"babel-eslint": "7.1.1",
"babel-jest": "22.1.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-env": "1.3.2",
"babel-preset-stage-2": "6.22.0",
"babel-register": "6.22.0",
"bulma-css-vars": "0.4.3",
"chalk": "4.1.0",
"clean-css-cli": "4.3.0",
"cleave.js": "1.0.1",
"clipboard": "1.7.1",
"codecov": "3.7.1",
"connect-history-api-fallback": "1.3.0",
"copy-webpack-plugin": "4.3.1",
"copyfiles": "2.2.0",
"cross-env": "4.0.0",
"cross-spawn": "5.0.1",
"css-loader": "0.28.0",
"cypress": "3.4.1",
"eslint": "4.18.2",
"eslint-config-buefy": "0.0.3",
"esm": "3.2.25",
"eventsource-polyfill": "0.9.6",
"express": "4.15.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "0.11.1",
"font-awesome": "4.7.0",
"friendly-errors-webpack-plugin": "1.6.1",
"handlebars": "4.5.3",
"highlight.js": "10.4.1",
"html-webpack-plugin": "2.30.1",
"http-proxy-middleware": "0.17.3",
"jest": "23.5.0",
"jest-serializer-vue": "0.3.0",
"lint-staged": "6.1.1",
"open": "7.1.0",
"optimize-css-assets-webpack-plugin": "3.2.0",
"optimize-js-plugin": "0.0.4",
"pre-commit": "1.2.2",
"prerender-spa-plugin": "3.4.0",
"raw-loader": "0.5.1",
"rimraf": "2.6.0",
"rollup": "1.17.0",
"rollup-copy-plugin": "0.1.0",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.2.1",
"rollup-plugin-node-resolve": "4.0.1",
"rollup-plugin-replace": "2.1.0",
"rollup-plugin-terser": "4.0.4",
"rollup-plugin-vue": "5.0.0",
"sass": "1.26.10",
"sass-loader": "7.3.1",
"scrollreveal": "3.3.6",
"semver": "5.3.0",
"shelljs": "0.8.4",
"sinon": "7.5.0",
"sortablejs": "1.7.0",
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "0.5.8",
"vee-validate": "2.1.0-beta.9",
"vue": "2.6.11",
"vue-analytics": "4.1.3",
"vue-jest": "2.5.0",
"vue-loader": "15.9.3",
"vue-progressbar": "0.7.2",
"vue-router": "3.1.6",
"vue-style-loader": "3.0.1",
"vue-template-compiler": "2.6.11",
"webpack": "3.10.0",
"webpack-bundle-analyzer": "2.9.2",
"webpack-dev-server": "2.11.1",
"webpack-hot-middleware": "2.21.0",
"webpack-merge": "4.1.2"
},
"lint-staged": {
"*.{vue,js}": [
"lint --fix",
"git add"
]
},
"pre-commit": "lint:staged",
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}