-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.5 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
{
"name": "@pxweb2/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky",
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces",
"build": "npm run build-style-dictionary && npm run build --workspaces",
"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"
},
"private": true,
"dependencies": {
"@uidotdev/usehooks": "^2.4.1",
"react-virtuoso": "^4.12.1",
"sass": "^1.82.0",
"vite": "^6.0.2"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"style-dictionary": "^4.3.0"
},
"readme": "ERROR: No README data found!",
"_id": "@pxweb2/[email protected]",
"workspaces": [
"packages/*"
]
}