2022-01-02 17:16:15 +01:00
|
|
|
{
|
2022-01-04 07:20:16 +01:00
|
|
|
"name": "freesewing.org",
|
2022-02-17 19:11:27 +01:00
|
|
|
"version": "2.20.5",
|
2022-01-02 17:16:15 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev -p 3002",
|
|
|
|
"develop": "next dev -p 3002",
|
2022-01-03 18:21:15 +01:00
|
|
|
"prebuild": "SITE=org node ../freesewing.shared/prebuild/index.mjs",
|
2022-01-02 17:16:15 +01:00
|
|
|
"build": "next build",
|
|
|
|
"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": {
|
|
|
|
"@heroicons/react": "^1.0.5",
|
|
|
|
"@mdx-js/loader": "^2.0.0-rc.2",
|
|
|
|
"@mdx-js/mdx": "^2.0.0-rc.2",
|
|
|
|
"@mdx-js/react": "^2.0.0-rc.2",
|
|
|
|
"@mdx-js/runtime": "next",
|
|
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
|
|
"algoliasearch": "^4.11.0",
|
2022-02-16 16:28:41 +00:00
|
|
|
"daisyui": "^2.0.6",
|
2022-01-02 17:16:15 +01:00
|
|
|
"lodash.get": "^4.4.2",
|
|
|
|
"lodash.orderby": "^4.6.0",
|
|
|
|
"lodash.set": "^4.3.2",
|
2022-02-14 04:33:23 +00:00
|
|
|
"netlify-cli": "^9.4.0",
|
2022-01-02 17:16:15 +01:00
|
|
|
"next": "latest",
|
|
|
|
"react-hotkeys-hook": "^3.4.4",
|
|
|
|
"react-instantsearch-dom": "^6.18.0",
|
|
|
|
"react-markdown": "^7.1.1",
|
|
|
|
"react-swipeable": "^6.2.0",
|
|
|
|
"react-timeago": "^6.2.1",
|
|
|
|
"rehype-highlight": "^5.0.1",
|
|
|
|
"rehype-sanitize": "^5.0.1",
|
|
|
|
"rehype-stringify": "^9.0.2",
|
|
|
|
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
|
|
|
"remark-gfm": "^3.0.1",
|
2022-02-17 19:11:27 +01:00
|
|
|
"remark-jargon": "^2.20.5"
|
2022-01-02 17:16:15 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.0",
|
2022-02-08 04:37:03 +00:00
|
|
|
"eslint-config-next": "12.0.10",
|
2022-01-02 17:16:15 +01:00
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"postcss": "^8.4.4",
|
|
|
|
"tailwindcss": "^3.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14.18.1"
|
|
|
|
}
|
|
|
|
}
|