-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "applifting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "webpack",
"start:dev": "concurrently \"npm run build:dev\" \"node index.js\"",
"build:dev": "webpack --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typescript": "^3.4.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.1",
"@types/express-session": "^1.15.12",
"@types/js-cookie": "^2.2.2",
"@types/node": "^11.13.1",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.3",
"@types/react-redux": "^7.0.6",
"@types/react-router-dom": "^4.3.1",
"@types/redux": "^3.6.0",
"@types/webpack": "^4.4.27",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"concurrently": "^4.1.0",
"css-loader": "^2.1.1",
"body-parser": "^1.18.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"js-cookie": "^2.2.0",
"pg": "^7.9.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.1",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.16"
}
}