-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.4 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
{
"name": "autolight_react_node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cd client && npm install && npm run build",
"start": "node server/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.12.2",
"async": "^3.2.0",
"aws-sdk": "^2.971.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"canvas": "^2.8.0",
"connect-busboy": "0.0.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"easyimage": "^3.1.1",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-handlebars": "^5.3.2",
"imagemagick": "^0.1.3",
"jimp": "^0.16.1",
"js-cookie": "^2.2.1",
"jsdom": "^16.6.0",
"jsonwebtoken": "^8.5.1",
"konva": "^8.0.1",
"konva-node": "^0.11.2",
"lodash": "^4.17.21",
"mssql": "^7.1.3",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"pg": "^8.7.1",
"react-router-dom": "^5.2.0",
"redux-persist": "^6.0.0",
"selenium-webdriver": "^4.0.0-beta.4",
"sequelize": "^6.6.5",
"typescript": "^4.2.4",
"workerpool": "^6.1.4"
},
"engines": {
"node": "14.15.5"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"chromedriver": "^92.0.0",
"nodemon": "^2.0.7"
}
}