-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
58 lines (58 loc) · 1.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
{
"name": "vue-stepper-component",
"version": "1.0.0",
"description": "A Vue.js Stepper component",
"author": "Adi Sahar",
"main": "dist",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack --config webpack.config.js",
"start": "node_modules/.bin/webpack --config webpack.config.js --watch",
"link": "cd ./docs && npm link vue-stepper-component && npm link vue-breakpoint-component",
"predocs": "npm run link",
"docs": "npm start --prefix ./docs",
"prerelease": "npm run build && npm version patch",
"release": "npm publish",
"postrelease": "git push --follow-tags",
"update-git-remotes": "git remote prune origin"
},
"repository": {
"type": "git",
"url": "https://github.com/adi518/vue-stepper-component"
},
"bugs": {
"url": "https://github.com/adi518/vue-stepper-component/issues"
},
"license": "MIT",
"peerDependencies": {
"vue": "^2.x"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/helper-module-imports": "^7.0.0-beta.54",
"@babel/plugin-syntax-jsx": "^7.0.0-beta.54",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^4.0.1",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"url-loader": "^1.0.1",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.0.8"
},
"dependencies": {}
}