-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "bifrost",
"version": "0.0.0",
"scripts": {
"prepare": "husky",
"format": "prettier . --write",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/js": "19.8.0",
"@nx/next": "19.8.0",
"@nxrocks/nx-spring-boot": "^10.2.6",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.13",
"eslint": "^9.8.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^9.1.6",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"tailwindcss": "3.4.3",
"ts-node": "10.9.1",
"typescript": "~5.5.2",
"typescript-eslint": "^8.0.0"
},
"dependencies": {
"next": "14.2.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.3.0"
}
}