-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.63 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
{
"name": "tabla-atelier",
"version": "1.0.0",
"description": "Atelier project",
"main": "index.js",
"scripts": {
"react-dev": "webpack --mode development --watch",
"react-prod": "webpack --mode production --watch",
"start": "nodemon server/server.js",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TablaHR/tabla-atelier.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TablaHR/tabla-atelier/issues"
},
"homepage": "https://github.com/TablaHR/tabla-atelier#readme",
"dependencies": {
"@material-ui/core": "^4.11.4",
"aws-sdk": "^2.936.0",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"dotenv-webpack": "^7.0.3",
"enzyme": "^3.11.0",
"express": "^4.17.1",
"form-data": "^3.0.1",
"jest": "^27.0.2",
"jquery": "^3.6.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"pm2": "^5.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-id-swiper": "^4.0.0",
"swiper": "^6.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"css-loader": "^5.2.6",
"eslint": "^7.28.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.24.0",
"msw": "^0.29.0",
"regenerator-runtime": "^0.13.7",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
}
}