forked from team-legolas/SDC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.24 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
{
"name": "fec",
"version": "1.0.0",
"description": "FEC Project for Team Denali",
"main": "index.js",
"scripts": {
"server-dev": "npx nodemon --watch server server/index.js",
"test": "jest --watch",
"test-related-items": "jest --watchAll src/tests/related.test.js",
"start": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"dev": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Denali/FEC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-Denali/FEC/issues"
},
"homepage": "https://github.com/Team-Denali/FEC#readme",
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@cloudinary/react": "^1.11.1",
"@cloudinary/url-gen": "^1.9.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.3.4",
"babel-loader": "^9.1.2",
"babel-polyfill": "^6.26.0",
"cloudinary": "^1.35.0",
"css-loader": "^6.7.3",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"install": "^0.13.0",
"jest-dom": "^4.0.0",
"jquery": "^3.6.4",
"lodash": "^4.17.21",
"nodemon": "^2.0.21",
"npm": "^9.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.9.0",
"react-router-hash-link": "^2.4.3",
"style-loader": "^3.3.2",
"styled-components": "^5.3.9",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^28.1.3",
"file-loader": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^3.2.4",
"lodash-webpack-plugin": "^0.11.6",
"react-test-renderer": "^18.2.0",
"text-encoding": "^0.7.0",
"webpack-bundle-analyzer": "^4.8.0"
}
}