forked from VFMCS/web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.07 KB
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
{
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "^5.0.0-alpha.107",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.10",
"axios": "^1.1.3",
"cloudinary": "^1.32.0",
"concurrently": "^7.5.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"jest-fetch-mock": "^3.0.3",
"lsof": "^0.1.0",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-faq-component": "^1.3.4",
"react-input-mask": "^3.0.0-alpha.2",
"react-router-dom": "^6.4.2",
"react-scripts": "^5.0.1",
"react-simple-star-rating": "^5.1.7",
"react-star-rating-component-new": "^1.0.6",
"save-dev": "^0.0.1-security",
"state-pool": "^0.8.1"
},
"name": "web-app",
"description": "This is the repository for webapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "cd server && nodemon app.js",
"client": "cd client && cd vfm-react-app && npm start",
"start": "concurrently \"npm run dev\" \"npm run client\"",
"test:server": "cd server && jest",
"test:client": "NODE_ENV='test' mocha tests/client-tests --require babel-core/register --require tests/client-tests/setup.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VFMCS/web-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VFMCS/web-app/issues"
},
"homepage": "https://github.com/VFMCS/web-app#readme",
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"chai": "^4.3.6",
"jest": "^27.5.1",
"mocha": "^10.1.0",
"supertest": "^6.3.1",
"web-vitals": "^3.0.4"
}
}