-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·46 lines (46 loc) · 1.43 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
{
"name": "vue-plaid-link",
"version": "0.5.0",
"description": "A vue plugin for Plaid Link",
"main": "dist/index.js",
"scripts": {
"dev": "node_modules/.bin/webpack-dev-server --config ./build/webpack.dev.conf.js",
"build:doc": "webpack -p --hide-modules --config ./build/webpack.dev.conf.js",
"build": "webpack -p --hide-modules --config ./build/webpack.prod.conf.js",
"release": "bash ./build/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roundupapp/vue-plaid-link.git"
},
"keywords": [
"vue",
"plaid",
"link"
],
"author": "hi@chrisanderson.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/roundupapp/vue-plaid-link/issues"
},
"homepage": "https://github.com/roundupapp/vue-plaid-link#readme",
"peerDependencies": {
"vue": "^2.5.9"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.1",
"lodash": "^4.17.15",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-plugin-load-script": "^1.2.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.2"
}
}