-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
70 lines (70 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "noisekun",
"private": true,
"version": "1.5.3",
"author": {
"name": "Mateus Felipe Gonçalves",
"email": "[email protected]",
"url": "https://github.com/mateusfg7"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "NODE_NO_WARNINGS=1 jest --all --watch --coverage --config tests/jest.config.ts",
"test:ci": "jest --ci --config tests/jest.config.ts",
"bump-tag": "tsx .tools/bump-tag-version.ts",
"prepare": "husky install"
},
"packageManager": "[email protected]",
"dependencies": {
"@ducanh2912/next-pwa": "^9.4.0",
"@headlessui/react": "1.7.19",
"@newhighsco/next-plugin-svgr": "^3.0.104",
"next": "14.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "5.0.1",
"react-use": "^17.4.2",
"sharp": "^0.33.0",
"tailwind-scrollbar-hide": "1.1.7",
"tailwind-variants": "^0.1.13",
"zustand": "4.5.4"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@tailwindcss/forms": "^0.5.4",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@types/node": "^20.4.7",
"@types/react": "18.3.3",
"@types/semver": "^7.5.0",
"autoprefixer": "10.4.19",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.56.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.5.0",
"semver": "^7.5.4",
"simple-git": "^3.19.1",
"tailwindcss": "3.4.6",
"ts-node": "^10.9.1",
"tsx": "^4.0.0",
"typescript": "5.3.3",
"webpack": "^5.88.2"
}
}