-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
{
"name": "cruz",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --write . && eslint --fix ."
},
"dependencies": {
"axios": "^0.21.0",
"bson-objectid": "^2.0.1",
"compressorjs": "^1.0.7",
"date-fns": "^2.22.1",
"dexie": "^3.0.3",
"framer-motion": "^4.1.17",
"jsonwebtoken": "^8.5.1",
"next": "^11.0.1",
"next-images": "^1.6.2",
"next-pwa": "^5.2.21",
"p-limit": "^3.1.0",
"pdfmake": "^0.1.71",
"react": "^17.0.2",
"react-dom": "17.0.1",
"react-dropzone": "^11.2.4",
"react-icons": "^3.11.0",
"react-modal": "^3.12.1",
"react-select": "^3.1.1",
"react-switch": "^5.0.1",
"recharts": "^2.0.9",
"styled-components": "^5.2.1",
"sweetalert2": "^10.14.0",
"sweetalert2-react-content": "^3.2.2",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@types/js-cookie": "^2.2.6",
"@types/jsonwebtoken": "^8.5.4",
"@types/node": "^14.14.6",
"@types/pdfmake": "^0.1.17",
"@types/react": "^16.9.56",
"@types/react-modal": "^3.10.6",
"@types/react-select": "^3.0.28",
"@types/styled-components": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"babel-plugin-inline-react-svg": "^1.1.2",
"eslint": "^7.25.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"prettier": "^2.3.1",
"typescript": "^4.0.5"
}
}