-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.42 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
{
"private": true,
"main": "index.js",
"version": "1.2.2",
"type": "module",
"scripts": {
"lint": "eslint --ext .jsx ./",
"lint:fix": "eslint --ext .jsx ./ --fix",
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"serve": "nodemon --experimental-json-modules src/server/server.js "
},
"devDependencies": {
"@babel/node": "^7.15.4",
"@babel/preset-react": "^7.10.4",
"bootstrap": "^4.5.2",
"cross-env": "^5.2.1",
"laravel-mix": "^6.0.30",
"lodash": "^4.17.20",
"nodemon": "^1.19.4",
"path": "^0.12.7",
"resolve-url-loader": "^3.1.1",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"babel-eslint": "^10.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"braintree": "^2.24.0",
"braintree-web": "^3.65.0",
"broadcast-channel": "^3.1.0",
"bson": "^4.5.1",
"cron": "^1.7.2",
"date-fns": "^2.23.0",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.0.8",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-yaml": "^0.5.0",
"express": "^4.17.1",
"handlebars": "^4.7.6",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"moment": "^2.27.0",
"mongoose": "^5.10.2",
"nodemailer": "^6.4.11",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-datepicker": "^2.16.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.13.1",
"react-redux": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-sortable-hoc": "^1.10.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"swagger-ui-express": "^4.1.6",
"validator": "^11.1.0",
"web-push": "^3.4.4",
"yamljs": "^0.3.0"
}
}