2022-01-02 17:16:15 +01:00
|
|
|
{
|
2022-11-12 09:21:23 +01:00
|
|
|
"private": true,
|
2022-01-04 07:20:16 +01:00
|
|
|
"name": "freesewing.org",
|
2022-10-08 04:27:44 +02:00
|
|
|
"version": "3.0.0-alpha.2",
|
2022-11-12 09:21:23 +01:00
|
|
|
"description": "Source code for the FreeSewing.org website",
|
|
|
|
"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"
|
|
|
|
},
|
2022-01-02 17:16:15 +01:00
|
|
|
"scripts": {
|
2022-06-18 18:23:02 +02:00
|
|
|
"dev": "SITE=org node --experimental-json-modules ./node_modules/.bin/next dev -p 8000",
|
2022-11-16 12:53:18 -06:00
|
|
|
"prebuild": "SITE=org node ../shared/prebuild/index.mjs",
|
2022-05-29 17:43:43 +02:00
|
|
|
"i18n": "SITE=org node ../freesewing.shared/prebuild/i18n-only.mjs",
|
2022-01-02 17:16:15 +01:00
|
|
|
"build": "next build",
|
2022-06-18 18:23:02 +02:00
|
|
|
"cibuild": "yarn prebuild && node --experimental-json-modules ./node_modules/.bin/next build",
|
2022-01-02 17:16:15 +01:00
|
|
|
"export": "yarn prebuild && next build && next export",
|
|
|
|
"start": "next start -p 3002",
|
|
|
|
"lint": "next lint",
|
|
|
|
"testdeploy": "next build && next export && netlify-cli deploy",
|
|
|
|
"deploy": "next build && next export && netlify-cli deploy --prod",
|
2022-01-04 07:20:16 +01:00
|
|
|
"serve": "pm2 start npm --name 'freesewing.org' -- run start"
|
2022-01-02 17:16:15 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-04 15:21:28 +01:00
|
|
|
"@heroicons/react": "latest",
|
|
|
|
"@mdx-js/loader": "latest",
|
|
|
|
"@mdx-js/mdx": "latest",
|
|
|
|
"@mdx-js/react": "latest",
|
|
|
|
"@mdx-js/runtime": "latest",
|
2022-01-02 17:16:15 +01:00
|
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
|
|
"algoliasearch": "^4.11.0",
|
2022-02-16 16:28:41 +00:00
|
|
|
"daisyui": "^2.0.6",
|
2022-05-29 13:19:02 +02:00
|
|
|
"front-matter": "^4.0.2",
|
2022-01-02 17:16:15 +01:00
|
|
|
"lodash.get": "^4.4.2",
|
|
|
|
"lodash.orderby": "^4.6.0",
|
|
|
|
"lodash.set": "^4.3.2",
|
2022-12-09 00:23:06 -06:00
|
|
|
"next": "13.0.5",
|
2022-12-05 04:09:58 +00:00
|
|
|
"react-hotkeys-hook": "^4.0.4",
|
2022-01-02 17:16:15 +01:00
|
|
|
"react-instantsearch-dom": "^6.18.0",
|
2022-08-25 04:11:01 +00:00
|
|
|
"react-markdown": "^8.0.3",
|
2022-06-21 08:42:46 +00:00
|
|
|
"react-swipeable": "^7.0.0",
|
2022-06-29 04:22:24 +00:00
|
|
|
"react-timeago": "^7.1.0",
|
2022-10-13 04:01:27 +00:00
|
|
|
"rehype-highlight": "^6.0.0",
|
2022-01-02 17:16:15 +01:00
|
|
|
"rehype-sanitize": "^5.0.1",
|
|
|
|
"rehype-stringify": "^9.0.2",
|
|
|
|
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
2022-08-24 10:00:19 +02:00
|
|
|
"remark-gfm": "^3.0.1"
|
2022-01-02 17:16:15 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.0",
|
2022-12-03 15:51:27 +00:00
|
|
|
"eslint-config-next": "13.0.6",
|
2022-01-02 17:16:15 +01:00
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"postcss": "^8.4.4",
|
|
|
|
"tailwindcss": "^3.0.1"
|
|
|
|
}
|
|
|
|
}
|