client/package.json
changeset 3 3b5d37d84cfe
parent 2 b52921a63e77
child 5 5c91bfa8fcde
equal deleted inserted replaced
2:b52921a63e77 3:3b5d37d84cfe
     1 {
     1 {
     2   "name": "client",
     2   "name": "client",
     3   "version": "0.1.0",
     3   "version": "0.1.0",
     4   "private": true,
     4   "private": true,
       
     5   "homepage": ".",
     5   "dependencies": {
     6   "dependencies": {
     6     "bootstrap-sass": "^3.3.7",
     7     "bootstrap-sass": "^3.3.7",
     7     "immutable": "^3.8.1",
     8     "immutable": "^3.8.1",
     8     "react": "^15.5.4",
     9     "react": "^15.5.4",
     9     "react-bootstrap": "^0.31.0",
    10     "react-bootstrap": "^0.31.0",
    12     "redux": "^3.6.0",
    13     "redux": "^3.6.0",
    13     "redux-immutable": "^4.0.0",
    14     "redux-immutable": "^4.0.0",
    14     "uuid": "^3.0.1"
    15     "uuid": "^3.0.1"
    15   },
    16   },
    16   "devDependencies": {
    17   "devDependencies": {
       
    18     "enzyme": "^2.8.2",
    17     "node-sass-chokidar": "^0.0.1",
    19     "node-sass-chokidar": "^0.0.1",
    18     "npm-run-all": "^4.0.2",
    20     "npm-run-all": "^4.0.2",
    19     "react-scripts": "1.0.2"
    21     "react-scripts": "1.0.2",
       
    22     "react-test-renderer": "^15.5.4"
    20   },
    23   },
    21   "scripts": {
    24   "scripts": {
    22     "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/",
    25     "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/",
    23     "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/ --watch --recursive",
    26     "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/ --watch --recursive",
    24     "start-js": "react-scripts start",
    27     "start-js": "react-scripts start",