-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 5.11 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 5.11 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
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
{
"name": "wprdc-frontend-libraries",
"private": true,
"workspaces": [
"packages/**/*",
"apps/*"
],
"scripts": {
"bootstrap": "lerna clean -y && lerna bootstrap --hoist",
"publish": "lerna publish --ignore 'greenprint'",
"link": "lerna link",
"pretest": "eslint packages",
"test": "jest",
"build:lib": "lerna run prepare",
"build:profiles-explorer": "yarn workspace profiles-explorer build",
"watch:profiles-explorer": "yarn workspace profiles-explorer dev",
"build:greenprint": "yarn workspace greenprint build",
"watch:greenprint": "yarn workspace greenprint dev",
"watch:reach": "yarn workspace reach dev",
"watch:components-am": "lerna run --scope '@wprdc-components/[a-m]*' --parallel start",
"watch:components-nz": "lerna run --scope '@wprdc-components/[n-z]*' --parallel start",
"watch:connections": "lerna run --scope '@wprdc-connections/*' --parallel start",
"watch:types-am": "lerna run --scope '@wprdc-types/[a-m]*' --parallel start",
"watch:types-nz": "lerna run --scope '@wprdc-types/[n-z]*' --parallel start",
"watch:viz": "lerna run --scope '@wprdc-viz/*' --parallel start",
"watch:widgets": "lerna run --scope '@wprdc-widgets/*' --parallel start",
"create:lib": "plop",
"create:app": "npx create-next-app@latest --typescript",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"update-tailwind": "find ./packages -name tailwind.config.js -prune -exec cp ~/projects/wprdc/tailwind.config.js {} \\;",
"update-tsdx": "find ./packages -name tsdx.config.js -prune -exec cp ~/projects/wprdc/tsdx.config.js {} \\;",
"update-css": "find ./packages -name main.css -prune -exec cp ~/projects/wprdc/main.css {} \\; && cp ~/projects/wprdc/main.css ~/projects/wprdc/.storybook/main.css",
"plop": "plop"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@storybook/addon-a11y": "^6.5.10",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"babel-loader": "^8.2.5",
"default-browser-id": "^3.0.0",
"eslint-config-next": "^12.2.5",
"inquirer": "^9.1.1",
"lerna": "^5.5.0",
"plop": "^3.1.1",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.33.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.2"
},
"dependencies": {
"@react-aria/breadcrumbs": "^3.3.1",
"@react-aria/button": "^3.6.1",
"@react-aria/checkbox": "^3.5.1",
"@react-aria/combobox": "^3.4.1",
"@react-aria/dialog": "^3.3.1",
"@react-aria/focus": "^3.8.0",
"@react-aria/i18n": "^3.6.0",
"@react-aria/interactions": "^3.11.0",
"@react-aria/label": "^3.4.1",
"@react-aria/link": "^3.3.3",
"@react-aria/listbox": "^3.6.1",
"@react-aria/menu": "^3.6.1",
"@react-aria/overlays": "^3.10.1",
"@react-aria/radio": "^3.3.1",
"@react-aria/searchfield": "^3.4.1",
"@react-aria/select": "^3.8.1",
"@react-aria/separator": "^3.2.3",
"@react-aria/ssr": "^3.3.0",
"@react-aria/tabs": "^3.3.1",
"@react-aria/utils": "^3.13.3",
"@react-stately/checkbox": "^3.2.1",
"@react-stately/collections": "^3.4.3",
"@react-stately/combobox": "^3.2.1",
"@react-stately/data": "^3.6.1",
"@react-stately/list": "^3.5.3",
"@react-stately/overlays": "^3.4.1",
"@react-stately/radio": "^3.5.1",
"@react-stately/searchfield": "^3.3.1",
"@react-stately/select": "^3.3.1",
"@react-stately/tabs": "^3.2.1",
"@react-stately/tree": "^3.3.3",
"@react-types/breadcrumbs": "^3.4.3",
"@react-types/checkbox": "^3.3.3",
"@react-types/combobox": "^3.5.3",
"@react-types/dialog": "^3.4.3",
"@react-types/menu": "^3.7.1",
"@react-types/overlays": "^3.6.3",
"@react-types/radio": "^3.2.3",
"@react-types/select": "^3.6.3",
"@react-types/shared": "^3.14.1",
"@react-types/tabs": "^3.1.3",
"@types/estree": "^1.0.0",
"@types/geojson": "^7946.0.10",
"@types/mapbox-gl": "^2.7.5",
"@wprdc-components/button": "workspace:^",
"@wprdc-widgets/viz": "workspace:^",
"add": "^2.0.6",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"next": "12.2.5",
"next-transpile-modules": "^9.0.0",
"react-map-gl": "^7.0.19",
"react-measure": "^2.5.2",
"react-spinners": "^0.13.4",
"react-table": "^7.8.0",
"svg-loaders-react": "^2.2.1"
},
"packageManager": "yarn@3.2.3"
}