-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 4.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "@koine/koine",
"version": "2.0.0-beta.194",
"private": true,
"engines" : {
"node" : ">=20"
},
"scripts": {
"pn": "pnpm nx run playground-next:serve:development",
"pn-watch": "nx watch --projects=next --includeDependentProjects -- nx run \\$NX_PROJECT_NAME:build:watch",
"dev": "tsx tools/dev.ts",
"start": "nx serve",
"watch": "nx watch --all -- nx run \\$NX_PROJECT_NAME:build:watch",
"build-nodemodules": "nx run-many --target=build --configuration=nodemodules --all=true",
"build": "nx run-many --target=build --all=true",
"test": "nx run-many --target=test --all=true",
"lint": "nx run-many --target=lint --all=true --fix",
"story": "nx storybook react",
"build:story": "nx build-storybook react",
"format": "nx format:write --uncommitted=true",
"format-all": "nx format:write --all=true",
"format2": "pnpm prettier **/*.{js,json,ts,tsx,css,scss,md,yml,yaml,php} --write",
"clean": "killall node && pnpm nx reset && rm -rf ./tmp && rm -rf ./dist && rm -rf ./node_modules/.cache",
"tools": "tsc tools/executors/**/**.ts --skipLibCheck true",
"bt": "pnpm tools && pnpm clean && clear && pnpm build"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@kuus/yup": "1.0.0-beta.7",
"core-js": "^3.39.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"minimatch": "^10.0.1",
"next": "^15.1.2",
"next-seo": "^6.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-swipeable": "^7.0.2",
"simple-git": "^3.27.0",
"swr": "^2.2.5",
"synckit": "^0.9.2",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"type-fest": "^4.30.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@changesets/cli": "^2.27.11",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@nx/devkit": "^20.2.2",
"@nx/eslint-plugin": "^20.2.2",
"@nx/jest": "^20.2.2",
"@nx/js": "^20.2.2",
"@nx/linter": "^19.8.4",
"@nx/next": "^20.2.2",
"@nx/plugin": "^20.2.2",
"@nx/react": "^20.2.2",
"@nx/rollup": "^20.2.2",
"@nx/storybook": "^20.2.2",
"@nx/vite": "^20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "^20.2.2",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/core-server": "^8.4.7",
"@storybook/react": "^8.4.7",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.10.9",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.1",
"@swc/helpers": "^0.5.15",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/estree": "^1.0.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/styled-components": "^5.1.34",
"@types/tapable": "^2.2.7",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vercel/ncc": "^0.38.3",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
"chalk": "^5.4.0",
"commander": "^12.1.0",
"comment-json": "^4.2.5",
"consola": "^3.2.3",
"csstype": "^3.1.3",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"expect-type": "^1.1.0",
"glob": "^11.0.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~25.0.1",
"lint-staged": "^15.2.11",
"nx": "^20.2.2",
"nx-cloud": "^19.1.0",
"ora": "^8.1.1",
"prettier": "3.4.2",
"rollup": "^4.28.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-swc3": "^0.12.1",
"rollup-plugin-ts": "^3.4.5",
"rxjs": "^7.8.1",
"ts-add-js-extension": "^1.6.5",
"ts-jest": "^29.2.5",
"tsc-prog": "^2.3.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"verdaccio": "^6.0.4",
"vite": "^6.0.4",
"vitest": "^2.1.8",
"webpack": "^5.97.1"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"packages/**/*.{js,json,css,ts,tsx}": [
"prettier --write"
],
"TODO: disabled, jsx-ally gives error.packages/**/*.{js,ts,tsx}": [
"eslint --fix"
]
},
"nx": {
"includedScripts": []
}
}