mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Add package.json
This commit is contained in:
parent
e96ddeb49e
commit
23683e25b5
1 changed files with 45 additions and 0 deletions
45
package.json
Normal file
45
package.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "comixify",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack --config ./frontend/client/webpack.config.js",
|
||||
"build:watch": "webpack --config ./frontend/client/webpack.config.js --watch",
|
||||
"build:prod": "NODE_ENV=production webpack --config ./frontend/client/webpack.config.js --watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/maciej3031/comixify.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/maciej3031/comixify/issues"
|
||||
},
|
||||
"homepage": "https://github.com/maciej3031/comixify#readme",
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
"babel": "^6.23.0",
|
||||
"babel-core": "^6.7.*",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-preset-es2015": "^6.6.*",
|
||||
"babel-preset-flow": "^6.23.0",
|
||||
"babel-preset-react": "^6.5.*",
|
||||
"babel-preset-stage-0": "^6.3.13",
|
||||
"babel-register": "^6.18.0",
|
||||
"css-loader": "^0.28.7",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-dropzone": "^5.0.1",
|
||||
"react-spinners": "^0.4.5",
|
||||
"style-loader": "^0.23.0",
|
||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"webpack": "^4.17.1",
|
||||
"webpack-merge": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack-cli": "^3.1.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue