1
0
Fork 0
freesewing/sites/sde/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2023-09-29 08:05:40 +02:00
{
"name": "@freesewing/sde",
2023-09-29 09:51:05 +02:00
"version": "3.0.0-alpha.11",
2023-09-29 08:05:40 +02:00
"description": "Stand-along develpment environment. Basis for the @freesewing/new-design package",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"funding": {
"type": "individual",
"url": "https://freesewing.org/patrons/join"
},
"scripts": {
"build": "next build",
2023-09-29 09:51:05 +02:00
"cibuild": "yarn build",
2023-09-29 08:05:40 +02:00
"dev": "next dev -p 8000",
"develop": "next dev -p 8000",
2023-09-29 09:51:05 +02:00
"i18n": "SITE=sde node --conditions=internal ../shared/prebuild/i18n-only.mjs",
"lint": "next lint",
"prebuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs",
"start": "yarn prebuild && yarn dev",
"wbuild": "next build",
"prewbuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs"
2023-09-29 08:05:40 +02:00
},
"peerDependencies": {},
2023-09-29 09:51:05 +02:00
"dependencies": {},
"devDependencies": {},
2023-09-29 08:05:40 +02:00
"engines": {
"node": "18",
"npm": "9"
},
"private": true
}