-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 952 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 952 Bytes
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
{
"name": "typeitquick",
"repository": {
"type": "git",
"url": "http://github.com/gevorg/typeitquick.git"
},
"scripts": {
"build": "webpack",
"start": "node web.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"dotenv": "^10.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"prop-types": "^15.7.2",
"request": "^2.88.2",
"socket.io": "^4.6.1",
"uuid": "~1.4.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-recaptcha": "^2.2.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.7.2"
},
"license": "MIT",
"engines": {
"node": ">=6"
},
"author": "Gevorg Harutyunyan"
}