This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.91 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "0.0.14-beta.2",
"author": "Next-Dev",
"private": true,
"packageManager": "pnpm@7.3.0",
"description": "🚀 All in one fullstack Development solutions",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/next-dev-team/next-dev.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/next-dev-team/next-dev/issues"
},
"homepage": "https://github.com/next-dev-team/next-dev#readme",
"workspaces": [
"boilerplate/*",
"docs/*",
"packages/*"
],
"scripts": {
"dev:dumi": "dumi dev",
"pre:dumi": "dumi preview",
"build:dumi": "dumi build",
"prepare": "dumi setup",
"setup": "pnpm install",
"build": "turbo run build",
"dev": "concurrently \"dumi dev\"",
"doc:dev": "dumi dev",
"doc:build": "pnpm clean && turbo run build --filter ./doc... && pnpm build:dumi",
"doc:predeploy": "turbo run publish --filter ./boilerplate/doc...",
"doc:deploy": "pnpm doc:build",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\" --ignore-path .gitignore",
"preinstall": "npx only-allow pnpm",
"clean": "turbo run clean",
"publish": "gh-pages -d ./dist",
"changeset": "changeset",
"version-packages": "changeset version",
"release:packages": "turbo run build --filter=packages^... && changeset publish",
"example:native": "cd example/expo && expo start",
"example:web": "cd example/next && npm next",
"build-tailwind": "npx tailwindcss -o public/tailwind-prod.css --minify",
"tailwind:dev": "npx tailwindcss -o public/tailwind-prod.css --watch",
"upd": "pnpm --interactive update --latest"
},
"devDependencies": {
"@ant-design/icons": "^5.0.1",
"@changesets/cli": "^2.26.0",
"@emotion/babel-preset-css-prop": "^11.10.0",
"@emotion/react": "^11.10.5",
"@next-dev/configs": "workspace:0.0.0",
"@next-dev/utils": "workspace:1.0.11-rc4",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "^18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-syntax-highlighter": "^15.5.6",
"@umijs/plugins": "^4.0.47",
"antd": "^5.1.6",
"antd-token-previewer": "1.1.0-22",
"babel-plugin-import": "^1.13.6",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"dumi": "^2.1.4",
"eslint": "^8.32.0",
"eslint-ast-utils": "^1.1.0",
"eslint-config-custom": "workspace:0.0.0",
"eslint-config-next": "^13.1.5",
"eslint-config-prettier": "^8.6.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-module-utils": "^2.7.4",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-rule-composer": "^0.3.0",
"eslint-rule-docs": "^1.1.235",
"eslint-scope": "^7.1.1",
"eslint-template-visitor": "^2.3.2",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.3",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.0",
"prettier-plugin-two-style-order": "^1.0.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-element-to-jsx-string": "^15.0.0",
"react-simple-code-editor": "^0.13.1",
"stylelint-config-prettier": "^9.0.4",
"tailwind-merge": "^1.8.1",
"tailwindcss": "^3.2.4",
"tsup": "^6.5.0",
"turbo": "^1.7.0",
"typescript": "^4.9.4",
"utility-types": "^3.10.0"
},
"engines": {
"node": ">=16.0.0"
},
"resolutions": {
"react-error-overlay": "6.0.9"
}
}