fae001e4ed
- codecov: 3.2.0 - eslint: 5.15.3 - eslint-config-futagozaryuu: 5.8.0 - eslint-plugin-vue: 5.2.2 - mocha: 6.0.3 - nyc: 13.3.0 - vuepress: 1.0.0-alpha.44 - sinon: 7.3.0 - @babel/core: 7.4.0 - @babel/preset-env: 7.4.2 - webpack: 4.29.6 - webpack-cli: 3.3.0
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "@pegjs/bundler",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"bin": {
|
|
"bundle": "bundler.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.4.0",
|
|
"@babel/preset-env": "7.4.2",
|
|
"@futagoza/child-process": "1.0.0",
|
|
"babel-loader": "8.0.5",
|
|
"dedent": "0.7.0",
|
|
"webpack": "4.29.6",
|
|
"webpack-cli": "3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
}
|