Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.36 KB | None | 0 0
  1. //TSCONFIG
  2.  
  3. {
  4.   "compilerOptions": {
  5.     "outDir": "dist_react",
  6.     "module": "commonjs",
  7.     "target": "es6",
  8.     "lib": ["es6", "dom","esnext"],
  9.     "sourceMap": true,
  10.     "allowJs": true,
  11.     "allowSyntheticDefaultImports": true,
  12.     "jsx": "react",
  13.     "experimentalDecorators": true,
  14.     "moduleResolution": "node",
  15.     "forceConsistentCasingInFileNames": true,
  16.     "noImplicitReturns": false,
  17.     "noImplicitThis": false,
  18.     "noImplicitAny": false,
  19.     "strictNullChecks": false,
  20.     "suppressImplicitAnyIndexErrors": true,
  21.     "noUnusedLocals": false,
  22.     "experimentalDecorators": true,
  23.     "rootDir" : "../",
  24.     "baseUrl" : "./",
  25.     "paths": {
  26.         "*" : ["node_modules/@types/*", "*"]
  27.     }
  28.   },
  29.   "exclude": [
  30.     "node_modules",
  31.     "node",
  32.     "dist-node",
  33.     "dist-react"
  34.   ],
  35.   "types": [
  36.     "types"
  37.   ]
  38. }
  39.  
  40. PACKAGEJSON
  41.  
  42. {
  43.   "name": "app",
  44.   "version": "0.1.0",
  45.   "private": true,
  46.   "description": "",
  47.   "author": "Peetu Nuottajärvi",
  48.   "proxy": "http://localhost:3000",
  49.   "dependencies": {
  50.     "@types/body-parser": "^1.16.2",
  51.     "@types/compression": "0.0.33",
  52.     "@types/dotenv": "^2.0.20",
  53.     "@types/errorhandler": "0.0.30",
  54.     "@types/express": "^4.0.35",
  55.     "@types/express-session": "0.0.32",
  56.     "@types/morgan": "^1.7.32",
  57.     "@types/node": "^8.0.6",
  58.     "@types/react": "^15.0.32",
  59.     "@types/react-dom": "^15.5.1",
  60.     "@types/react-redux": "^4.4.45",
  61.     "@types/react-router": "^4.0.11",
  62.     "@types/react-router-dom": "^4.0.4",
  63.     "@types/redux": "^3.6.0",
  64.     "@types/redux-actions": "^1.2.6",
  65.     "autoprefixer": "7.1.0",
  66.     "body-parser": "^1.15.2",
  67.     "case-sensitive-paths-webpack-plugin": "2.0.0",
  68.     "chalk": "^1.1.3",
  69.     "clear-console": "^1.1.0",
  70.     "compression": "^1.6.2",
  71.     "css-loader": "0.28.1",
  72.     "errorhandler": "^1.4.3",
  73.     "express": "^4.14.0",
  74.     "express-flash": "^0.0.2",
  75.     "express-session": "^1.14.2",
  76.     "express-validator": "^3.1.3",
  77.     "jsonwebtoken": "^8.0.1",
  78.     "latest-createjs": "^1.0.24",
  79.     "lusca": "^1.4.1",
  80.     "mongoose": "^4.11.13",
  81.     "morgan": "^1.7.0",
  82.     "node-sass": "^4.5.3",
  83.     "passport": "^0.4.0",
  84.     "passport-jwt": "^3.0.0",
  85.     "react": "^15.6.1",
  86.     "react-dom": "^15.6.1",
  87.     "react-modal": "^3.0.0",
  88.     "react-redux": "^5.0.5",
  89.     "react-router-dom": "^4.1.1",
  90.     "recorderjs": "^1.0.1",
  91.     "redux": "^3.7.1",
  92.     "redux-actions": "^2.0.3",
  93.     "sass-loader": "^6.0.6",
  94.     "superagent": "^3.6.1",
  95.     "typescript": "^2.3.3"
  96.   },
  97.   "devDependencies": {
  98.     "@types/jest": "^20.0.0",
  99.     "@types/supertest": "^2.0.0",
  100.     "concurrently": "^3.4.0",
  101.     "dotenv": "^4.0.0",
  102.     "extract-text-webpack-plugin": "2.1.0",
  103.     "file-loader": "0.11.1",
  104.     "fs-extra": "3.0.1",
  105.     "html-webpack-plugin": "2.28.0",
  106.     "jest": "20.0.3",
  107.     "nodemon": "1.11.0",
  108.     "object-assign": "4.1.1",
  109.     "postcss-flexbugs-fixes": "3.0.0",
  110.     "postcss-loader": "2.0.5",
  111.     "promise": "7.1.1",
  112.     "react-dev-utils": "^2.0.1",
  113.     "react-error-overlay": "^1.0.6",
  114.     "source-map-loader": "^0.2.1",
  115.     "style-loader": "0.17.0",
  116.     "supertest": "^2.0.1",
  117.     "sw-precache-webpack-plugin": "0.9.1",
  118.     "ts-jest": "^19.0.8",
  119.     "ts-loader": "^2.0.3",
  120.     "tslint": "^5.2.0",
  121.     "tslint-loader": "^3.5.3",
  122.     "tslint-react": "^3.0.0",
  123.     "url-loader": "0.5.8",
  124.     "webpack": "2.6.0",
  125.     "webpack-dev-server": "2.4.5",
  126.     "webpack-manifest-plugin": "1.1.0",
  127.     "whatwg-fetch": "2.0.3"
  128.   },
  129.   "scripts": {
  130.     "start": "npm run build && node dist-node/server.js",
  131.     "build": "npm run react-build && npm run node-build",
  132.     "rstart": "node react/config/scripts/start.js -s",
  133.     "nstart": "npm run node-start -s",
  134.     "test": "jest",
  135.     "react-clean": "if [ -d dist-react ]; then rm -rf dist-react; fi",
  136.     "react-build": "node react/config/scripts/build.js",
  137.     "react-test": "jest react",
  138.     "node-start": "npm run node-build && npm run node-watch",
  139.     "node-build": "npm run node-build-ts",
  140.     "node-build-ts": "tsc --p node/config/tsconfig.json",
  141.     "node-lint": "tslint -c tslint.json -p node/config/tsconfig.json",
  142.     "node-watch": "concurrently -k -p \"[{name}]\" -n \"Type,Node\" -c \"cyan.bold,green.bold\" \"npm run node-watch-ts\" \"nodemon dist-node/server.js -q\" --kill-others",
  143.     "node-watch-ts": "tsc -w --p node/config/tsconfig.json",
  144.     "node-test": "jest node"
  145.   }
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement