-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 911 Bytes
/
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
{
"name": "easy-attestation",
"version": "1.1.2",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"main": "./src/index.js",
"scripts": {
"build": "parcel build index.html",
"dev": "parcel index.html",
"local": "vercel dev",
"deploy": "vercel --prod",
"test": "cross-env NODE_ICU_DATA=node_modules/full-icu jest"
},
"dependencies": {
"@hookform/resolvers": "^1.1.1",
"bootstrap": "^4.5.3",
"fetch": "^1.1.0",
"joi": "^17.3.0",
"pdf-lib": "^1.12.0",
"qrcode": "^1.4.4",
"react": "16",
"react-canvas-draw": "^1.1.1",
"react-dom": "16",
"react-hook-form": "^6.12.2",
"react-use-storage": "^0.4.3",
"reactstrap": "^8.7.1"
},
"devDependencies": {
"@babel/preset-env": "^7.12.7",
"cross-env": "^7.0.3",
"full-icu": "^1.3.1",
"jest": "^26.6.3",
"parcel-bundler": "^1.12.4",
"sass": "^1.29.0",
"vercel": "^21.0.1",
"yarn": "^1.22.10"
}
}