-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.62 KB
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
{
"name": "reception",
"version": "1.0.0",
"description": "receptionst bot that connects to slack for reinforcment project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.config.js --watch && webpack-dev-server -d",
"dev": "webpack-dev-server -d",
"build": "webpack --config webpack.config.js",
"build-dev": "webpack --config webpack.config.js --watch",
"server-dev": "nodemon server.js"
},
"keywords": [
"typescript",
"express.js",
"SQL",
"node.js",
"react.js"
],
"author": "drew nguyen",
"license": "ISC",
"dependencies": {
"@types/react-router-dom": "^4.3.4",
"@types/socket.io": "^2.1.2",
"@types/styled-components": "^4.1.18",
"antd": "^3.20.7",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.1.0",
"date-fns": "^1.30.1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"framer-motion": "^1.4.2",
"html-webpack-plugin": "^3.2.0",
"pg": "^7.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"socket.io": "^2.2.0",
"style-loader": "^0.23.1",
"styled-components": "^4.3.2",
"ws": "^7.1.1"
},
"devDependencies": {
"@types/lodash": "^4.14.136",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"dotenv": "^8.0.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}