-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.49 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.49 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "react-resume-template",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "react-router build",
"clean": "rm -rf build",
"dev": "react-router dev",
"lint": "npx prettier --write './app/**/*.{js,jsx,json,ts,tsx}' && eslint './app/**/*.{js,jsx,ts,tsx}' --fix --max-warnings=0",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"engines": {
"node": "24.x"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@octokit/core": "^6.1.2",
"@react-router/dev": "^7.15.0",
"@react-router/node": "^7.15.0",
"@react-router/serve": "^7.15.0",
"@types/lodash-es": "^4.17.12",
"@vercel/react-router": "^1.3.0",
"@zerodep/case": "^2.0.14",
"autoprefixer": "^10.4.14",
"cheerio": "^1.1.2",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"fuse.js": "^6.6.2",
"isbot": "^5",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^7.15.0",
"react-textfit": "^1.1.1",
"ts-pattern": "^4.2.2",
"uuid": "^9.0.0",
"vite": "^8.0.10",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^17.0.21",
"@types/react": "^18.2.5",
"@types/react-textfit": "^1.1.0",
"@types/tailwindcss": "^3.0.9",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"cssnano": "^5.1.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-module-resolver": "^1.4.0",
"eslint-plugin-monorepo": "^0.3.2",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-memo": "^0.0.3",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"postcss": "^8.4.8",
"postcss-preset-env": "^7.4.2",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"sass": "^1.49.9",
"sass-embedded": "^1.99.0",
"sort-package-json": "^1.54.0",
"stylelint": "^14.5.3",
"stylelint-config-recommended": "^7.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"tailwindcss": "^3.0.23",
"typescript": "^5.0.4",
"vercel": "^53.1.1"
}
}