Skip to content
Snippets Groups Projects
Commit 4db38ed6 authored by Alexander Rose's avatar Alexander Rose
Browse files

package update

parent 99cb7a95
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -22,7 +22,10 @@
"model-server-watch": "nodemon --watch build/node_modules build/node_modules/servers/model/server.js"
},
"nodemonConfig": {
"ignoreRoot": ["./node_modules", ".git"],
"ignoreRoot": [
"./node_modules",
".git"
],
"ignore": [],
"delay": "2500"
},
......@@ -63,14 +66,14 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/argparse": "^1.0.33",
"@types/argparse": "^1.0.34",
"@types/benchmark": "^1.0.31",
"@types/compression": "0.0.36",
"@types/express": "^4.11.1",
"@types/jest": "^22.2.3",
"@types/node": "^10.1.2",
"@types/node-fetch": "^1.6.9",
"@types/react": "^16.3.14",
"@types/jest": "^23.0.0",
"@types/node": "~10.1.2",
"@types/node-fetch": "^2.1.1",
"@types/react": "^16.3.16",
"@types/react-dom": "^16.0.5",
"benchmark": "^2.1.4",
"copyfiles": "^2.0.0",
......@@ -81,20 +84,20 @@
"file-loader": "^1.1.11",
"glslify-import": "^3.1.0",
"glslify-loader": "^1.0.2",
"jest": "^22.4.4",
"jest": "^23.1.0",
"jest-raw-loader": "^1.0.1",
"node-sass": "^4.9.0",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.1",
"sass-loader": "^7.0.2",
"style-loader": "^0.21.0",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"uglify-js": "^3.3.27",
"typescript": "^2.9.1",
"uglify-js": "^3.4.0",
"util.promisify": "^1.0.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
"webpack": "^4.10.2",
"webpack-cli": "^3.0.1"
},
"dependencies": {
"argparse": "^1.0.10",
......@@ -102,8 +105,8 @@
"express": "^4.16.3",
"immutable": "^4.0.0-rc.9",
"node-fetch": "^2.1.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"rxjs": "^6.2.0"
}
}
......@@ -8,6 +8,7 @@
"noUnusedLocals": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"keyofStringsOnly": true,
//"downlevelIteration": true,
"jsx": "react",
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment