-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.43 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "meetup-town",
"version": "1.0.0",
"description": "Run * `npm install` * `npm run build` * `npm run start` * open `localhost:8000`",
"main": "dist/server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development && npm run start",
"build": "webpack --mode production",
"start": "node dist/server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:sano-jin/meetup-town.git"
},
"author": "sano",
"license": "ISC",
"bugs": {
"url": "https://github.com/sano-jin/meetup-town/issues"
},
"homepage": "https://github.com/sano-jin/meetup-town/blob/develop/README.md",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@types/express": "^4.17.11",
"@types/react-dom": "^17.0.3",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"ejs": "^3.1.5",
"express": "^4.17.1",
"html-webpack-plugin": "^5.3.1",
"json": "^10.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-pdf": "^5.3.0",
"react-router-dom": "^5.2.0",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"uuid": "^3.4.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@types/node": "^14.14.41",
"@types/react": "^17.0.5",
"@types/react-pdf": "^5.0.4",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.2",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"file-loader": "^6.2.0",
"http": "*",
"json-loader": "^0.5.7",
"os": "^0.1.1",
"prettier": "2.2.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"webpack-node-externals": "^2.5.2"
},
"engines": {
"node": "15.9.0",
"npm": "7.11.2"
},
"eslintIgnore": [
"/.eslintrc.js"
]
}