-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
103 lines (103 loc) · 3.09 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
{
"name": "@superstate/monorepo",
"description": "superstate monorepo",
"version": "0.0.0",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build:core": "nx build core --configuration=production",
"build:adapters": "nx build adapters --configuration=production",
"test:core": "nx test core"
},
"alias": {
"@superstate/core": "@superstate/core/src/index.ts",
"@superstate/react": "@superstate/react/src/index.ts"
},
"private": true,
"dependencies": {
"@codesandbox/sandpack-react": "^1.1.3",
"@docusaurus/core": "^2.0.0-rc.1",
"@docusaurus/plugin-google-gtag": "^2.0.0-rc.1",
"@docusaurus/preset-classic": "^2.0.0-rc.1",
"@fontsource/plus-jakarta-sans": "^4.5.8",
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^1.6.21",
"@next/mdx": "^12.1.6",
"clsx": "^1.1.1",
"core-js": "^3.6.5",
"next": "12.1.5",
"next-seo": "^5.4.0",
"prism-react-renderer": "^1.2.1",
"react": "18.1.0",
"react-div-100vh": "^0.7.0",
"react-dom": "18.1.0",
"react-scroll": "^1.8.7",
"react-syntax-highlighter": "^15.5.0",
"regenerator-runtime": "0.13.7",
"tailwind-merge": "^1.2.1",
"tslib": "^2.3.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@docusaurus/module-type-aliases": "2.0.0-beta.13",
"@nrwl/cli": "^14.2.4",
"@nrwl/cypress": "^14.2.4",
"@nrwl/eslint-plugin-nx": "^14.2.4",
"@nrwl/jest": "^14.2.4",
"@nrwl/js": "^14.2.4",
"@nrwl/linter": "^14.2.4",
"@nrwl/next": "^14.2.4",
"@nrwl/node": "^14.4.2",
"@nrwl/react": "^14.3.1",
"@nrwl/storybook": "^14.2.4",
"@nrwl/web": "^14.2.4",
"@nrwl/workspace": "^14.2.4",
"@nx-plus/docusaurus": "^14.0.0",
"@testing-library/react": "13.1.1",
"@types/edit-json-file": "^1.7.0",
"@types/jest": "27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.3",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@types/react-scroll": "^1.8.3",
"@types/react-syntax-highlighter": "^15.5.1",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"autoprefixer": "^10.4.7",
"babel-jest": "27.5.1",
"chalk": "^5.0.1",
"concurrently": "^7.2.1",
"cypress": "^9.1.0",
"edit-json-file": "^1.7.0",
"eslint": "~8.12.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"jest": "27.5.1",
"microbundle": "^0.15.0",
"npm-run-all": "^4.1.5",
"nx": "^14.2.2",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.7.1",
"prettier": "^2.5.1",
"react-test-renderer": "18.1.0",
"release-it": "^15.0.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.1.4",
"ts-jest": "27.1.4",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"workspaces": [
"packages/*"
]
}