joyce/package.json

33 lines
961 B
JSON
Raw Normal View History

{
"name": "joyce",
"version": "0.0.1",
"description": "Reader and Editor for Hypertext",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --port 2992 --content-base static/js",
"build": "webpack --config webpack.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alex Hunt",
"license": "ISC",
"dependencies": {
"object-assign": "^4.1.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"html-webpack-plugin": "^2.30.1",
"manifest-revision-webpack-plugin": "^0.4.1",
"sync-exec": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3",
"webpack-manifest-plugin": "^1.3.2"
}
}