-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.38 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.38 KB
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
{
"name": "@pxweb2/source",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"prepare": "husky",
"lint": "eslint --fix",
"test": "npm run test --workspaces",
"coverage": "npm run coverage --workspaces",
"build": "npm run build-style-dictionary && npm run build --workspaces",
"build-artifact": "npm run build-style-dictionary && cd ./packages/pxweb2 && npm run build",
"prettier": "npm run prettier --workspaces",
"build-storybook": "cd ./packages/pxweb2-ui && storybook build",
"build-i18n-interface": "npx i18next-resources-for-ts interface -i ./packages/pxweb2/public/locales/en -o ./packages/pxweb2/src/@types/resources.d.ts",
"build-style-dictionary": "cd ./packages/pxweb2-ui && npm run build-style-dictionary",
"build-api-client": "npx openapi-typescript-codegen --input https://raw.githubusercontent.com/PxTools/PxApiSpecs/master/PxAPI-2.yml --output ./packages/pxweb2-api-client/src --request ./packages/pxweb2-api-client/custom/request.ts"
},
"private": true,
"dependencies": {
"@uidotdev/usehooks": "^2.4.1",
"@vitejs/plugin-react": "^6.0.1",
"i18next": "^26.0.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^17.0.2",
"react-markdown": "^10.1.0",
"react-virtuoso": "^4.18.4",
"sass": "^1.99.0",
"uuid": "^13.0.0",
"vite": "^8.0.8"
},
"devDependencies": {
"@rolldown/plugin-babel": "^0.2.3",
"@types/lodash": "^4.17.24",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitest/coverage-istanbul": "^4.1.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "10.3.4",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "^28.1.0",
"style-dictionary": "^5.4.0",
"typescript": "^6.0.2",
"wrangler": "^4.80.0"
},
"engines": {
"node": ">=24"
},
"readme": "ERROR: No README data found!",
"_id": "@pxweb2/source@0.0.0",
"workspaces": [
"packages/*"
]
}