-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.52 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.52 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
{
"name": "qr-dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "parcel build client/index.html",
"clean": "rimraf dist",
"dev": "parcel client/index.html",
"lint": "eslint api client *.js",
"test": "jest"
},
"pre-commit": [
"lint"
],
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@nivo/bump": "^0.73.0",
"@nivo/core": "^0.73.0",
"@nivo/line": "^0.73.0",
"@nivo/pie": "^0.73.0",
"@tabler/icons": "^1.41.2",
"argon2": "^0.28.2",
"axios": "^0.22.0",
"bcrypt": "^5.0.1",
"date-fns": "^2.25.0",
"debug": "^4.3.1",
"http-errors": "^1.8.0",
"microtip": "^0.2.2",
"nodemailer": "^6.7.1",
"pg": "^8.7.1",
"react": "^17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-router-dom": "^5.2.0",
"react-stonecutter": "^0.3.10",
"react-waypoint": "^10.1.0",
"twilio": "^3.68.0",
"validator": "^13.7.0",
"vercel": "^23.1.2"
},
"devDependencies": {
"@parcel/transformer-image": "2.0.0-beta.2",
"autoprefixer": "^10.2.6",
"chai": "^4.3.4",
"classnames": "^2.3.1",
"concurrently": "^6.2.0",
"eslint": "^7.28.0",
"eslint-plugin-react": "^7.24.0",
"jest": "^27.0.6",
"mocha": "^9.0.0",
"parcel": "^2.0.0-beta.2",
"postcss": "^8.1.0",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"superagent": "^6.1.0",
"supertest": "^6.1.3",
"yup": "^0.32.9"
}
}