-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.54 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
{
"name": "@znui/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -Apt --exclude styleguide run build",
"build:styleguide": "yarn workspace @project-docs/styleguide run build",
"publish": "yarn workspaces foreach -A --exclude styleguide npm publish --tolerate-republish"
},
"workspaces": {
"packages": [
"packages/*",
"styleguide"
]
},
"@project-docs/styleguide": "workspace:1.0.0",
"devDependencies": {
"@mdx-js/loader": "^2.3.0",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.12",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint-config-react-app": "^7.0.1",
"prismjs": "^1.29.0",
"remark-gfm": "^3.0.1",
"rimraf": "^4.4.1",
"rollup": "^3.29.5",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"typescript-plugin-styled-components": "^2.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@emotion/css": "^11.13.0"
}
}