rsnext/packages/third-parties/package.json
Tobias Koppers 0338dcdf2c
fix next.js own build on windows (#55544)
### What

allow to build next.js on windows

Closes WEB-1597

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2023-09-18 14:21:51 -05:00

35 lines
783 B
JSON

{
"name": "@next/third-parties",
"version": "13.4.20-canary.38",
"private": true,
"repository": {
"url": "vercel/next.js",
"directory": "packages/third-parties"
},
"exports": {
"./google": "./dist/google/index.js"
},
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc -d -p tsconfig.json",
"prepublishOnly": "cd ../../ && turbo run build",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
},
"dependencies": {
"third-party-capital": "1.0.20"
},
"devDependencies": {
"next": "13.4.20-canary.38",
"outdent": "0.8.0",
"prettier": "2.5.1",
"rimraf": "^3.0.2"
},
"peerDependencies": {
"next": "^13.0.0",
"react": "^18.2.0"
}
}