1
1
{
2
- "name" : " web3uikit" ,
3
- "version" : " 1.0.0" ,
4
- "main" : " index.js" ,
5
- "license" : " MIT" ,
6
- "private" : true ,
7
- "workspaces" : [
8
- " apps/*" ,
9
- " packages/*"
10
- ],
11
- "scripts" : {
12
- "build" : " nx run-many --target=build --all --parallel --verbose=true" ,
13
- "test" : " nx affected --target=test --all --parallel --verbose=true" ,
14
- "test:ui" : " nx affected --target=test:ui --all --parallel --verbose=true" ,
15
- "nm:clear" : " find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +" ,
16
- "nx:clear" : " nx clear-cache" ,
17
- "nx:graph" : " nx graph --skip-nx-cache" ,
18
- "start:dev" : " nx run-many --target=start:dev --all --parallel --verbose=true" ,
19
- "storybook" : " start-storybook -p 6006" ,
20
- "build-storybook" : " build-storybook" ,
21
- "analyze" : " nx run example:analyze" ,
22
- "icons:create" : " nx run-many --target=icons:create --all --parallel --verbose=true" ,
23
- "new" : " plop"
24
- },
25
- "dependencies" : {
26
- "@babel/core" : " ^7.18.2" ,
27
- "@jscutlery/semver" : " ^2.22.0" ,
28
- "@nrwl/workspace" : " ^14.1.4" ,
29
- "dotenv" : " ^16.0.1" ,
30
- "nx" : " ^14.1.4" ,
31
- "tslib" : " ^2.3.0"
32
- },
33
- "devDependencies" : {
34
- "@mdx-js/react" : " ^2.1.1" ,
35
- "@nrwl/eslint-plugin-nx" : " 14.1.5" ,
36
- "@nrwl/jest" : " 14.1.9" ,
37
- "@nrwl/js" : " 14.1.9" ,
38
- "@nrwl/linter" : " 14.1.5" ,
39
- "@storybook/addon-essentials" : " ^6.4.22" ,
40
- "@storybook/addon-links" : " ^6.4.22" ,
41
- "@storybook/builder-vite" : " ^0.1.36" ,
42
- "@storybook/react" : " ^6.4.22" ,
43
- "@storybook/testing-react" : " ^1.2.4" ,
44
- "@testing-library/jest-dom" : " ^5.16.4" ,
45
- "@testing-library/react" : " ^13.2.0" ,
46
- "@types/jest" : " ^27.5.1" ,
47
- "@types/node" : " ^17.0.26" ,
48
- "@types/react" : " ^18.0.6" ,
49
- "@types/react-dom" : " ^18.0.2" ,
50
- "@types/styled-components" : " ^5.1.25" ,
51
- "@typescript-eslint/eslint-plugin" : " ~5.18.0" ,
52
- "@typescript-eslint/parser" : " ~5.18.0" ,
53
- "@vitejs/plugin-react" : " ^1.3.2" ,
54
- "@vitest/ui" : " ^0.15.1" ,
55
- "eslint" : " ~8.12.0" ,
56
- "eslint-config-prettier" : " 8.1.0" ,
57
- "fast-glob" : " ^3.2.11" ,
58
- "jest" : " ^28.1.0" ,
59
- "jest-styled-components" : " ^7.0.8" ,
60
- "msw" : " ^0.42.1" ,
61
- "msw-storybook-addon" : " ^1.6.3" ,
62
- "plop" : " ^3.1.1" ,
63
- "react" : " ^18.0.0" ,
64
- "react-dom" : " ^18.0.0" ,
65
- "react-lazily" : " ^0.9.1" ,
66
- "rollup-plugin-dts" : " ^4.2.1" ,
67
- "rollup-plugin-node-builtins" : " ^2.1.2" ,
68
- "storybook" : " ^6.5.8" ,
69
- "styled-components" : " ^5.3.5" ,
70
- "ts-jest" : " 27.1.4" ,
71
- "ts-node" : " 9.1.1" ,
72
- "typescript" : " ^4.6.3" ,
73
- "vite" : " ^2.9.5" ,
74
- "vite-plugin-dts" : " ^1.1.1" ,
75
- "vite-tsconfig-paths" : " ^3.4.1" ,
76
- "vitest" : " ^0.15.1"
77
- },
78
- "msw" : {
79
- "workerDirectory" : " public"
80
- }
81
- }
2
+ "name" : " web3uikit" ,
3
+ "version" : " 1.0.0" ,
4
+ "main" : " index.js" ,
5
+ "license" : " MIT" ,
6
+ "private" : true ,
7
+ "workspaces" : [
8
+ " apps/*" ,
9
+ " packages/*"
10
+ ],
11
+ "scripts" : {
12
+ "build" : " nx run-many --target=build --all --parallel --verbose=true" ,
13
+ "test" : " nx affected --target=test --all --parallel --verbose=true" ,
14
+ "test:ui" : " nx affected --target=test:ui --all --parallel --verbose=true" ,
15
+ "nm:clear" : " find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +" ,
16
+ "nx:clear" : " nx clear-cache" ,
17
+ "nx:graph" : " nx graph --skip-nx-cache" ,
18
+ "start:dev" : " nx run-many --target=start:dev --all --parallel --verbose=true" ,
19
+ "storybook" : " start-storybook -p 6006" ,
20
+ "build-storybook" : " build-storybook" ,
21
+ "analyze" : " nx run example:analyze" ,
22
+ "icons:create" : " nx run-many --target=icons:create --all --parallel --verbose=true" ,
23
+ "new" : " plop"
24
+ },
25
+ "dependencies" : {
26
+ "@babel/core" : " ^7.18.2" ,
27
+ "@jscutlery/semver" : " ^2.22.0" ,
28
+ "@nrwl/workspace" : " ^14.1.4" ,
29
+ "dotenv" : " ^16.0.1" ,
30
+ "nx" : " ^14.1.4" ,
31
+ "tslib" : " ^2.3.0"
32
+ },
33
+ "devDependencies" : {
34
+ "@mdx-js/react" : " ^2.1.1" ,
35
+ "@nrwl/eslint-plugin-nx" : " 14.1.5" ,
36
+ "@nrwl/jest" : " 14.1.9" ,
37
+ "@nrwl/js" : " 14.1.9" ,
38
+ "@nrwl/linter" : " 14.1.5" ,
39
+ "@storybook/addon-essentials" : " ^6.4.22" ,
40
+ "@storybook/addon-links" : " ^6.4.22" ,
41
+ "@storybook/builder-vite" : " ^0.1.36" ,
42
+ "@storybook/react" : " ^6.4.22" ,
43
+ "@storybook/testing-react" : " ^1.2.4" ,
44
+ "@testing-library/jest-dom" : " ^5.16.4" ,
45
+ "@testing-library/react" : " ^13.2.0" ,
46
+ "@types/jest" : " ^27.5.1" ,
47
+ "@types/node" : " ^17.0.26" ,
48
+ "@types/react" : " ^18.0.6" ,
49
+ "@types/react-dom" : " ^18.0.2" ,
50
+ "@types/styled-components" : " ^5.1.25" ,
51
+ "@typescript-eslint/eslint-plugin" : " ~5.18.0" ,
52
+ "@typescript-eslint/parser" : " ~5.18.0" ,
53
+ "@vitejs/plugin-react" : " ^1.3.2" ,
54
+ "@vitest/ui" : " ^0.15.1" ,
55
+ "eslint" : " ~8.12.0" ,
56
+ "eslint-config-prettier" : " 8.1.0" ,
57
+ "fast-glob" : " ^3.2.11" ,
58
+ "jest" : " ^28.1.0" ,
59
+ "jest-styled-components" : " ^7.0.8" ,
60
+ "msw" : " ^0.42.1" ,
61
+ "msw-storybook-addon" : " ^1.6.3" ,
62
+ "plop" : " ^3.1.1" ,
63
+ "react" : " ^18.0.0" ,
64
+ "react-dom" : " ^18.0.0" ,
65
+ "react-lazily" : " ^0.9.1" ,
66
+ "rollup-plugin-dts" : " ^4.2.1" ,
67
+ "rollup-plugin-node-builtins" : " ^2.1.2" ,
68
+ "storybook" : " ^6.5.8" ,
69
+ "styled-components" : " ^5.3.5" ,
70
+ "ts-jest" : " 27.1.4" ,
71
+ "ts-node" : " 9.1.1" ,
72
+ "typescript" : " ^4.6.3" ,
73
+ "vite" : " ^2.9.5" ,
74
+ "vite-plugin-dts" : " ^1.1.1" ,
75
+ "vite-tsconfig-paths" : " ^3.4.1" ,
76
+ "vitest" : " ^0.15.1"
77
+ },
78
+ "msw" : {
79
+ "workerDirectory" : " public"
80
+ }
81
+ }
0 commit comments