-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.18 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.18 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
70
71
72
73
74
75
76
77
78
79
{
"name": "enact-dev",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start:dev": "nodemon",
"start:devReact": "USE_LIVERELOAD=true concurrently \"npm run watch\" \"nodemon\"",
"test": "mocha ./test/**/*.js",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"watch": "webpack --watch"
},
"engines": {
"node": "18.x"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.569.0",
"@aws-sdk/s3-request-presigner": "^3.569.0",
"@heroicons/react": "^2.1.5",
"@sendgrid/mail": "^8.1.3",
"aos": "^2.3.4",
"autocompleter": "^6.1.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"connect-flash": "^0.1.1",
"connect-livereload": "^0.6.1",
"cookie-parser": "~1.4.4",
"debug": "^4.3.1",
"deskapp": "0.0.2",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"esm": "^3.2.25",
"express": "^4.19.2",
"express-session": "^1.17.1",
"flash": "^1.1.0",
"http-errors": "^1.8.0",
"jquery": "^3.5.1",
"livereload": "^0.9.3",
"moment-timezone": "^0.5.44",
"mongoose": "^5.11.12",
"morgan": "^1.10.0",
"nodemailer": "^6.9.13",
"nodemon": "^2.0.15",
"npm": "^6.14.15",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"rc-slider": "^11.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-skeleton": "^3.4.0",
"session": "^0.1.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"chai": "^5.1.0",
"concurrently": "^8.2.2",
"css-loader": "^7.1.2",
"cypress": "^13.8.1",
"dateformat": "^3.0.3",
"file-loader": "^6.2.0",
"lodash.template": ">=4.5.0",
"mocha": "^10.4.0",
"style-loader": "^4.0.0",
"supertest": "^7.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
}
}