-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
49
50
51
52
53
{
"name": "hub",
"version": "1.0.1",
"engines": {
"node": "20",
"pnpm": "9"
},
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "next dev ./client",
"build": "next build ./client",
"export": "NODE_ENV=production next build ./client",
"lint": "next lint ./client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/triax/hub.git"
},
"author": "otiai10",
"license": "MIT",
"bugs": {
"url": "https://github.com/triax/hub/issues"
},
"homepage": "https://github.com/triax/hub#readme",
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@types/react": "^17.0.18",
"autoprefixer": "^10.3.1",
"babel-jest": "^27.2.4",
"eslint": "8.11.0",
"eslint-config-next": "14.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.4",
"jestil": "0.0.3",
"next": "^14.1.1",
"postcss": "^8.3.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"sass": "^1.38.0",
"tailwindcss": "^3.0.15",
"too": "^3.0.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"@tailwindcss/forms": "^0.5.0"
}
}