-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.84 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
{
"name": "skeleton",
"version": "1.0.0",
"description": "Starter template for weblab students",
"scripts": {
"hotloader": "webpack serve --config ./webpack.config.js --mode development --port 5000",
"start": "TS_NODE_PROJECT='./server-tsconfig.json' nodemon --watch 'server/**/*.ts' --exec 'ts-node' server/server.ts",
"build": "webpack --config ./webpack.config.js --mode production"
},
"author": "johanc",
"license": "MIT",
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/reach__router": "^1.3.10",
"@types/react-dom": "^17.0.11",
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.16.0",
"css-loader": "^5.0.1",
"dotenv": "^14.2.0",
"dotenv-webpack": "^7.0.3",
"process": "^0.11.10",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"url-loader": "^4.1.1",
"webpack": "^5.13.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/material": "^5.3.1",
"@reach/router": "^1.3.4",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.10",
"@types/express-session": "^1.17.3",
"@types/mongoose": "^5.10.3",
"@types/morgan": "^1.9.2",
"assert": "^2.0.0",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"google-auth-library": "^6.1.4",
"material-ui-popup-state": "^2.0.0",
"mongoose": "^5.11.11",
"morgan": "^1.10.0",
"mui": "^0.0.1",
"nodemon": "^2.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-google-login": "^5.2.2",
"socket.io": "^3.0.5",
"socket.io-client": "^3.0.5",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}