94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
"name": "react-social",
|
|
"version": "1.0.0",
|
|
"description": "Simple react socail app",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-css": "node-sass-chokidar src/ -o src/",
|
|
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
|
|
"start-js": "react-scripts-ts start",
|
|
"start": "npm-run-all -p watch-css start-js",
|
|
"build-js": "react-scripts-ts build",
|
|
"build": "npm-run-all build-css build-js",
|
|
"test": "react-scripts-ts test --env=jsdom",
|
|
"eject": "react-scripts-ts eject",
|
|
"watch": "webpack -w",
|
|
"deploy:firebase": "npm run build && firebase deploy"
|
|
},
|
|
"author": "Amir Movahedi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"amazon-cognito-identity-js": "^1.21.0",
|
|
"aws-sdk": "^2.132.0",
|
|
"axios": "^0.16.2",
|
|
"classnames": "^2.2.5",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"crypto-js": "^3.1.9-1",
|
|
"faker": "^4.1.0",
|
|
"firebase": "^4.6.2",
|
|
"install": "^0.10.2",
|
|
"inversify": "^4.6.0",
|
|
"keycode": "^2.1.9",
|
|
"lodash": "^4.17.4",
|
|
"material-ui": "^1.0.0-beta.33",
|
|
"material-ui-icons": "^1.0.0-beta.17",
|
|
"moment": "^2.18.1",
|
|
"morgan": "^1.8.1",
|
|
"node-sass-chokidar": "0.0.3",
|
|
"npm": "^5.6.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.2.0",
|
|
"react-addons-test-utils": "^15.6.2",
|
|
"react-avatar-editor": "^10.3.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-event-listener": "^0.5.1",
|
|
"react-infinite-scroller": "^1.1.2",
|
|
"react-linkify": "^0.2.1",
|
|
"react-localize-redux": "^2.15.1",
|
|
"react-parallax": "^1.4.4",
|
|
"react-redux": "^5.0.6",
|
|
"react-router": "^4.1.1 ",
|
|
"react-router-dom": "^4.1.1",
|
|
"react-router-redux": "^5.0.0-alpha.6",
|
|
"react-scripts-ts": "2.13.0",
|
|
"react-string-replace": "^0.4.0",
|
|
"react-tap-event-plugin": "^3.0.2",
|
|
"redux": "^3.7.2",
|
|
"redux-actions": "^2.0.3",
|
|
"redux-thunk": "^2.2.0",
|
|
"reflect-metadata": "^0.1.10",
|
|
"save": "^2.3.0",
|
|
"typeface-roboto": "0.0.50",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.3",
|
|
"@types/jest": "^22.1.1",
|
|
"@types/lodash": "^4.14.77",
|
|
"@types/node": "^9.4.0",
|
|
"@types/prop-types": "^15.5.2",
|
|
"@types/react": "^16.0.36",
|
|
"@types/react-dom": "^16.0.3",
|
|
"@types/react-event-listener": "^0.4.4",
|
|
"@types/react-infinite-scroller": "^1.0.4",
|
|
"@types/react-redux": "^5.0.10",
|
|
"@types/react-router-dom": "^4.0.8",
|
|
"@types/react-router-redux": "^5.0.8",
|
|
"@types/react-tap-event-plugin": "0.0.30",
|
|
"@types/redux-logger": "^3.0.4",
|
|
"@types/uuid": "^3.4.3",
|
|
"redux-logger": "^3.0.1",
|
|
"redux-mock-store": "^1.2.3",
|
|
"ts-node": "^3.3.0",
|
|
"tslint": "^5.7.0",
|
|
"tslint-config-standard": "^6.0.1",
|
|
"typescript": "^2.7.1"
|
|
},
|
|
"engines": {
|
|
"node": "8.9.4",
|
|
"npm": "5.6.0"
|
|
}
|
|
}
|