-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.66 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
{
"name": "chaos",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"test:updateSnap": "turbo run test:updateSnap",
"publish-packages": "turbo run build test && changeset version && changeset publish",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@changesets/cli": "^2.26.1",
"@cloud-dragon/eslint-config": "workspace:*",
"@cloud-dragon/prettier-config": "workspace:*",
"@cloud-dragon/tsconfig": "workspace:*",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-a11y": "7.2.1",
"@storybook/addon-docs": "7.2.1",
"@storybook/addon-essentials": "7.2.1",
"@storybook/addon-interactions": "7.2.1",
"@storybook/addon-links": "7.2.1",
"@storybook/blocks": "7.2.1",
"@storybook/jest": "^0.2.1",
"@storybook/manager-api": "7.2.1",
"@storybook/react": "7.2.1",
"@storybook/react-vite": "7.2.1",
"@storybook/testing-library": "^0.2.1",
"@storybook/theming": "7.2.1",
"@swc/core": "^1.3.36",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react": "^13.4.0",
"@testing-library/react-native": "^12.1.2",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.197",
"@types/lodash-es": "^4.17.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.10",
"@types/react-is": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.4.0",
"acorn-jsx": "^5.3.2",
"babel-jest": "^29.5.0",
"fs-extra": "^11.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"lodash": "^4.17.21",
"metro-react-native-babel-preset": "^0.76.4",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-native": "^0.71.7",
"react-native-svg-web": "^1.0.9",
"react-native-web": "^0.19.4",
"react-test-renderer": "^18.2.0",
"remark-gfm": "^3.0.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-swc": "^0.2.1",
"rollup-plugin-typescript2": "^0.34.1",
"storybook": "7.2.1",
"storybook-dark-mode": "^3.0.1",
"ts-jest": "^29.1.0",
"turbo": "latest",
"typescript": "^5.2.2",
"vite": "4.4.11"
},
"pnpm": {
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]"
}