-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
78 lines (78 loc) · 2.13 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
78
{
"name": "fdc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watch",
"build": "webpack --mode production",
"b": "webpack --watch",
"testJest": "jest",
"start": "nodemon ./server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamGlaciers/glacierRepo.git"
},
"author": "Team Glacier",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamGlaciers/glacierRepo/issues"
},
"homepage": "https://github.com/TeamGlaciers/glacierRepo#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"cloudinary": "^1.35.0",
"compression": "^1.7.4",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-plugin-transform-import-meta": "^2.2.0",
"css-loader": "^6.7.3",
"cypress": "^12.8.0",
"daisyui": "^2.51.4",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"formik": "^2.2.9",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"moment": "^2.29.4",
"nodemon": "^2.0.22",
"os-browserify": "^0.3.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.0.1",
"react-responsive-carousel": "^3.2.23",
"react-test-renderer": "^18.2.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.2",
"tailwindcss": "^3.2.7",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0"
}
}