-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "@allmywallets/specification",
"version": "0.0.2",
"description": "AllMyWallets modules specification",
"author": "Quentin de Longraye",
"license": "MIT",
"url": "https://github.com/allmywallets/specification",
"repository": {
"type": "git",
"url": "https://github.com/allmywallets/specification.git"
},
"scripts": {
"postinstall": "module-autoconf || exit 0"
},
"bin": {
"module-build": "./bin/module-build",
"module-autoconf": "./bin/module-autoconf"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/plugin-proposal-export-default-from": "^7.0.0-beta.40",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/preset-stage-2": "^7.0.0-beta.40",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"css-loader": "^0.28.9",
"edit-json-file": "^1.0.8",
"node-sass": "^4.7.2",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^1.2.0",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0"
},
"devDependencies": {
"standard": "^10.0"
}
}