-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
84 lines (84 loc) · 2.23 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
79
80
81
82
83
84
{
"name": "sce_core",
"version": "4.0.0",
"description": "The SCE Website",
"scripts": {
"api-test": "mocha --exit test/api/*.js",
"frontend-test": "mocha --require @babel/register --require ignore-styles test/frontend/*.js --exit",
"start": "react-scripts start",
"server": "npm run dev --prefix api",
"lint": "eslint .",
"server-install": "npm install --prefix api",
"build": "react-scripts build",
"create-user": "npm run create-user --prefix api",
"generate-token": "npm run generate-token --prefix api"
},
"keywords": [
"sce_core",
"SCE",
"sce",
"core",
"v4",
"4",
"Software",
"Computer",
"Engineering"
],
"author": "SCE Development Team Officers",
"license": "MIT",
"dependencies": {
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"cors": "^2.8.5",
"enzyme": "^3.11.0",
"framer-motion": "^11.3.31",
"googleapis": "^126.0.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^5.11.18",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.5",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pdf-lib": "^1.16.0",
"prom-client": "^15.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-overlay": "^6.0.9",
"react-google-recaptcha": "^2.1.0",
"react-iframe": "^1.8.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.2",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"chai": "^4.3.0",
"chai-http": "^4.3.0",
"daisyui": "^4.4.24",
"eslint": "^7.32.0",
"ignore-styles": "^5.0.1",
"inquirer": "^8.2.4",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.1.1",
"proxyquire": "^2.1.3",
"redis": "^4.7.0",
"sinon": "^13.0.1",
"tailwindcss": "^3.4.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:8080/"
}