| 1 |
{ |
| 2 |
"name": "edit-flow", |
| 3 |
"version": "2.0.0", |
| 4 |
"description": "Edit Flow", |
| 5 |
"main": "dist/index.js", |
| 6 |
"directories": { |
| 7 |
"test": "tests" |
| 8 |
}, |
| 9 |
"scripts": { |
| 10 |
"dev": "webpack --watch", |
| 11 |
"build": "webpack --mode production --verbose", |
| 12 |
"test": "echo \"Error: no test specified\" && exit 1" |
| 13 |
}, |
| 14 |
"repository": { |
| 15 |
"type": "git", |
| 16 |
"url": "git+https://github.com/Automattic/Edit-Flow.git" |
| 17 |
}, |
| 18 |
"author": "Automattic", |
| 19 |
"license": "GPL-2.0-or-later", |
| 20 |
"bugs": { |
| 21 |
"url": "https://github.com/Automattic/Edit-Flow/issues" |
| 22 |
}, |
| 23 |
"homepage": "https://github.com/Automattic/Edit-Flow#readme", |
| 24 |
"devDependencies": { |
| 25 |
"@babel/core": "^7.2.0", |
| 26 |
"@babel/preset-env": "^7.2.0", |
| 27 |
"babel-loader": "^8.0.4", |
| 28 |
"babel-plugin-add-module-exports": "^1.0.0", |
| 29 |
"babel-plugin-transform-react-jsx": "^6.24.1", |
| 30 |
"babel-preset-env": "^1.7.0", |
| 31 |
"css-loader": "^2.0.0", |
| 32 |
"extract-text-webpack-plugin": "^4.0.0-beta.0", |
| 33 |
"node-sass": "^4.10.0", |
| 34 |
"sass-loader": "^7.1.0", |
| 35 |
"webpack": "^4.27.1", |
| 36 |
"webpack-cli": "^3.1.2" |
| 37 |
}, |
| 38 |
"dependencies": {} |
| 39 |
} |
| 40 |
|