forked from remix-run/remix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 5.45 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "remix-monorepo",
"private": true,
"license": "MIT",
"scripts": {
"bug-report-test": "pnpm test:integration bug-report --project chromium",
"build": "node scripts/build.mjs",
"clean": "git clean -fdX .",
"clean:build": "node ./scripts/clean-build.mjs",
"clean:integration": "node ./integration/helpers/cleanup.mjs",
"format": "prettier --cache --ignore-path .eslintignore --write ./ && npm run lint:fix",
"format:deno": "deno fmt integration/helpers/deno-template packages/remix-deno templates/deno --ignore=node_modules,build,public/build",
"license": "node ./scripts/license.js",
"lint": "eslint .",
"lint:deno": "deno lint integration/helpers/deno-template packages/remix-deno templates/deno --ignore=node_modules,build,public/build",
"lint:fix": "pnpm lint --fix",
"playground:new": "node ./scripts/playground/new.js",
"publish": "node ./scripts/publish.js",
"publish:private": "node ./scripts/publish-private.js",
"release": "node ./scripts/release.js",
"test": "pnpm run \"/^test:.*/\"",
"pretest:integration": "pnpm build",
"test:integration": "pnpm playwright:integration",
"posttest:integration": "pnpm clean:integration",
"test:primary": "jest",
"playwright:integration": "playwright test --config ./integration/playwright.config.ts",
"vite-ecosystem-ci:build": "pnpm build",
"vite-ecosystem-ci:before-test": "pnpm playwright install",
"vite-ecosystem-ci:test": "pnpm playwright:integration --project=chromium integration/vite-* && pnpm clean:integration",
"changeset": "changeset",
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.mjs && node ./scripts/patchup-version.mjs && pnpm install --no-frozen-lockfile",
"changeset:release": "pnpm build --tsc && changeset publish",
"version": "node ./scripts/version.js",
"watch": "rollup -c --watch --watch.onEnd=\"node scripts/copy-build-to-dist.mjs\""
},
"packageManager": "[email protected]",
"resolutions": {
"jsdom": "^22.0.0"
},
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@changesets/cli": "^2.25.2",
"@cloudflare/kv-asset-handler": "^0.3.0",
"@manypkg/get-packages": "^1.1.3",
"@mcansh/remark-definition-links": "2.4.1",
"@mdx-js/rollup": "^3.0.0",
"@octokit/core": "^3.6.0",
"@octokit/graphql": "^4.8.0",
"@octokit/plugin-paginate-rest": "^2.17.0",
"@octokit/rest": "^18.12.0",
"@playwright/test": "^1.33.0",
"@remix-run/architect": "workspace:*",
"@remix-run/changelog-github": "^0.0.5",
"@remix-run/cloudflare": "workspace:*",
"@remix-run/cloudflare-pages": "workspace:*",
"@remix-run/css-bundle": "workspace:*",
"@remix-run/dev": "workspace:*",
"@remix-run/node": "workspace:*",
"@remix-run/react": "workspace:*",
"@remix-run/testing": "workspace:*",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.5.1",
"@types/chalk": "^2.2.0",
"@types/cheerio": "^0.22.22",
"@types/cross-spawn": "^6.0.2",
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^8.1.2",
"@types/glob": "7.2.0",
"@types/jest": "^29.5.4",
"@types/jsonfile": "^6.1.0",
"@types/lodash": "^4.14.182",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"@types/retry": "^0.12.0",
"@types/semver": "^7.3.4",
"@types/serialize-javascript": "^5.0.2",
"@types/shelljs": "^0.8.11",
"@types/ssri": "^7.1.0",
"@types/wait-on": "^5.3.2",
"babel-jest": "^29.6.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "^4.1.2",
"concurrently": "^7.0.0",
"cross-spawn": "^7.0.3",
"cypress": "^9.6.0",
"eslint": "^8.23.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-prefer-let": "^3.0.1",
"front-matter": "^4.0.2",
"fs-extra": "^7.0.1",
"glob": "8.0.3",
"isbot": "^4.1.0",
"jest": "^29.6.4",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"jsonfile": "^6.0.1",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"prettier": "^2.7.1",
"prompt-confirm": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "14.0.2",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"rollup": "^2.36.1",
"rollup-plugin-copy": "^3.3.0",
"semver": "^7.3.7",
"simple-git": "^3.16.0",
"source-map-support": "^0.5.21",
"to-vfile": "7.2.3",
"type-fest": "^4.0.0",
"typescript": "5.1.6",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.1",
"vite": "5.1.3",
"vite-tsconfig-paths": "^4.2.2",
"wait-on": "^7.0.1",
"wrangler": "^3.24.0"
},
"engines": {
"node": ">=18.0.0"
},
"pnpm": {
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]"
}
}
}