forked from saadq/resumake.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"private": true,
"name": "resumake.io",
"version": "3.0.0",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "next lint",
"format": "prettier --write src",
"format:check": "prettier --check src"
},
"dependencies": {
"archiver": "^5.3.1",
"common-tags": "^1.8.2",
"fs-extra": "^10.1.0",
"jotai": "^1.7.0",
"next": "^13.4.7",
"node-latex": "^3.1.0",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.31.3",
"react-icons": "^4.4.0",
"react-pdf": "^5.7.2",
"react-tooltip": "^4.2.21",
"styled-components": "^5.3.3",
"styled-reset": "^4.4.1"
},
"devDependencies": {
"@types/archiver": "^5.3.1",
"@types/common-tags": "^1.8.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react-pdf": "^5.0.9",
"@types/styled-components": "^5.1.17",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint-config-next": "^13.4.7",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.7.1",
"typescript": "4.5.3"
}
}