-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 775 Bytes
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
{
"name": "github-job-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^0.2.0",
"classnames": "^2.2.6",
"luxon": "^1.25.0",
"next": "^10.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hotjar": "^2.2.1",
"react-query": "^2.25.2",
"react-query-devtools": "^2.6.0"
},
"devDependencies": {
"@tailwindcss/ui": "^0.6.2",
"@types/classnames": "^2.2.10",
"@types/luxon": "^1.25.0",
"@types/node": "^14.14.5",
"@types/react": "^16.9.53",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.9.6",
"typescript": "^4.0.5"
}
}