Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "app",
- "version": "0.1.0",
- "description": "appDescription",
- "main": "index.js",
- "private": true,
- "directories": {
- "test": "test"
- },
- "scripts": {
- "prebuild": "rimraf ./build",
- "start": "node scripts/start.js",
- "build": "node scripts/build.js"
- },
- "repository": {
- "type": "git",
- "url": "git+http://www.foo.com/"
- },
- "author": "appAuthor",
- "homepage": "http://www.foo.com/",
- "engines": {
- "node": "8.9.4",
- "npm": "5.6.0"
- },
- "engineStrict": true,
- "devDependencies": {
- "autoprefixer": "6.7.2",
- "babel-core": "6.22.1",
- "babel-eslint": "7.1.1",
- "babel-jest": "18.0.0",
- "babel-loader": "6.2.10",
- "babel-preset-react-app": "^2.2.0",
- "babel-runtime": "^6.20.0",
- "case-sensitive-paths-webpack-plugin": "1.1.4",
- "chalk": "1.1.3",
- "connect-history-api-fallback": "1.3.0",
- "cross-spawn": "4.0.2",
- "css-loader": "0.26.1",
- "detect-port": "1.1.0",
- "dotenv": "2.0.0",
- "eslint": "3.16.1",
- "eslint-config-react-app": "^0.6.2",
- "eslint-loader": "1.6.0",
- "eslint-plugin-flowtype": "2.21.0",
- "eslint-plugin-import": "2.0.1",
- "eslint-plugin-jsx-a11y": "4.0.0",
- "eslint-plugin-react": "6.4.1",
- "expose-loader": "^0.7.3",
- "extract-text-webpack-plugin": "1.0.1",
- "file-loader": "0.10.0",
- "fs-extra": "0.30.0",
- "html-webpack-plugin": "2.24.0",
- "http-proxy-middleware": "0.17.3",
- "json-loader": "0.5.4",
- "lodash": "^4.16.1",
- "node-sass": "^3.13.1",
- "npm-run-all": "^4.0.2",
- "object-assign": "4.1.1",
- "opn": "^4.0.1",
- "postcss-loader": "1.2.2",
- "promise": "7.1.1",
- "react-dev-utils": "^0.5.2",
- "react-dnd": "^2.3.0",
- "react-dnd-html5-backend": "^2.3.0",
- "react-dnd-touch-backend": "^0.3.8",
- "react-scripts": "^0.9.5",
- "redux-devtools": "^3.1.1",
- "rimraf": "^2.5.2",
- "sass-loader": "^4.1.1",
- "scss-loader": "0.0.1",
- "semantic-ui-icon": "^2.1.7",
- "signalr": "^2.2.1",
- "style-loader": "0.13.1",
- "url-loader": "0.5.7",
- "webpack": "^1.14.0",
- "webpack-dev-server": "1.16.2",
- "webpack-hot-middleware": "^2.9.1",
- "webpack-manifest-plugin": "1.1.0",
- "whatwg-fetch": "2.0.2"
- },
- "dependencies": {
- "babel-polyfill": "^6.26.0",
- "babel-preset-react-hmre": "^1.1.1",
- "jquery": "^3.1.0",
- "npm": "^5.7.1",
- "react": "^15.3.2",
- "react-cookie": "^0.4.5",
- "react-dom": "^15.3.2",
- "react-ink": "^5.0.2",
- "react-modal": "^1.4.0",
- "react-redux": "^4.4.1",
- "react-router": "^2.0.0",
- "react-router-redux": "^4.0.0",
- "react-tap-event-plugin": "^2.0.1",
- "redux": "^3.3.1",
- "redux-thunk": "^2.0.1",
- "slipjs": "^2.0.0"
- },
- "eslintConfig": {
- "extends": "react-app"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement