-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
112 lines (112 loc) · 4.1 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
{
"name": "pyscript-react",
"version": "0.0.4",
"main": "index.js",
"repository": "https://github.com/Py4Js/pyscript-react",
"author": "KrzysztofZawisla <zawislakrzysztof.zk@gmail.com>, BorysMalinowski <borysmalinowski0@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"prepare": "husky install",
"storybook": "cross-env TS_NODE_PROJECT=tsconfig.node.json storybook dev",
"documentation": "cd documentation && docusaurus start",
"build-documentation": "cd documentation && docusaurus build",
"publish-documentation": "gh-pages -b documentation -d documentation/build",
"build": "cross-env TS_NODE_PROJECT=tsconfig.node.json ts-node ./source/scripts/runner/commands/build/build.ts",
"test": "cross-env jest --coverage",
"lint": "cross-env TS_NODE_PROJECT=tsconfig.node.json ts-node ./source/scripts/runner/commands/lint/lint.ts",
"prepublishOnly": "yarn run build"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@cmfcmf/docusaurus-search-local": "^1.1.0",
"@docusaurus/core": "^2.4.0",
"@docusaurus/module-type-aliases": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@emotion/babel-plugin": "^11.10.6",
"@storybook/addon-actions": "^7.0.6",
"@storybook/addon-essentials": "^7.0.6",
"@storybook/addon-interactions": "^7.0.6",
"@storybook/addon-links": "^7.0.6",
"@storybook/addon-mdx-gfm": "^7.0.6",
"@storybook/builder-vite": "^7.0.6",
"@storybook/builder-webpack5": "^6.5.7",
"@storybook/core-common": "^6.5.16",
"@storybook/jest": "^0.0.10",
"@storybook/manager-webpack5": "^6.5.7",
"@storybook/node-logger": "^6.5.7",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^7.0.6",
"@storybook/react-vite": "^7.0.7",
"@storybook/testing-library": "^0.1.0",
"@testing-library/react": "^14.0.0",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "^18.16.0",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-node-externals": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2",
"babel-plugin-inline-react-svg": "^2.0.2",
"cache-loader": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsdoc": "^43.1.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-testing-library": "^5.10.3",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-webpack-plugin": "^4.0.1",
"generate-file-webpack-plugin": "^1.0.1",
"generate-package-json-webpack-plugin": "^2.6.0",
"gh-pages": "^5.0.0",
"glob": "^10.2.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^3.2.4",
"jsdom": "^21.1.1",
"json-minimizer-webpack-plugin": "^4.0.0",
"plugin-image-zoom": "^1.1.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"rimraf": "^5.0.0",
"snyk": "^1.1144.0",
"sort-package-json": "^2.4.1",
"source-map-loader": "^4.0.1",
"storybook": "^7.0.7",
"super-expressive": "^2.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-patch": "^2.1.0",
"tsc-alias": "^1.8.6",
"tsconfig-paths": "^4.2.0",
"tsd": "^0.28.1",
"tslint": "^6.1.3",
"typescript": "^5.0.4",
"typescript-transform-paths": "^3.4.6",
"unused-webpack-plugin": "^2.4.0",
"vite": "^4.3.1",
"vite-tsconfig-paths": "^4.2.0",
"webpack": "^5.81.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.2",
"webpack-node-externals": "^3.0.0",
"yarn": "^1.22.19",
"zustand": "^4.3.7",
"zx": "4.2.0"
}
}