12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "AutoMate",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "dotenv": "4.0.0",
- "lodash": "4.17.4",
- "mongoose": "4.9.0",
- "react": "15.4.2",
- "react-addons-css-transition-group": "15.4.2",
- "react-dom": "15.4.2",
- "react-redux": "5.0.3",
- "react-router": "3.0.2",
- "react-router-redux": "4.0.8",
- "redux": "3.6.0",
- "redux-saga": "0.14.3",
- "request-promise": "4.2.0",
- "reselect": "2.5.4",
- "sinon": "2.1.0",
- "style-loader": "0.13.2",
- "stylus-loader": "3.0.1",
- "stylus-normalize": "3.0.3"
- },
- "devDependencies": {
- "autoprefixer-stylus": "0.13.0",
- "babel-cli": "6.24.0",
- "babel-plugin-transform-object-rest-spread": "^6.23.0",
- "babel-preset-latest": "6.24.0",
- "body-parser": "1.17.1",
- "concurrently": "3.4.0",
- "jsdoc": "3.4.3",
- "node-babel": "0.1.2",
- "react-scripts": "0.9.5",
- "stylus": "0.54.5"
- },
- "scripts": {
- "start": "react-scripts start",
- "watch": "concurrently --names \"WEBP,STYL\" --prefix name -c \"bgBlue.bold,bgMagenta.bold\" \"npm run styles:watch\" \"npm run start\"",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "styles": "stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css",
- "styles:watch": "stylus -u autoprefixer-stylus -w ./src/css/style.styl -o ./src/css/style.css",
- "eject": "react-scripts eject",
- "doc": "jsdoc -c jsdoc.json -d code_docu -r -R README.md src/"
- }
- }
|