2021-12-10 09:56:19 +01:00
|
|
|
{
|
|
|
|
"name": "freesewing.dev",
|
2022-02-20 19:35:36 +01:00
|
|
|
"version": "2.20.7",
|
2021-12-10 09:56:19 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev -p 3002",
|
|
|
|
"develop": "next dev -p 3002",
|
2021-12-12 18:00:08 +01:00
|
|
|
"prebuild": "SITE=dev node ../freesewing.shared/prebuild/index.mjs",
|
2021-12-10 09:56:19 +01:00
|
|
|
"build": "next build",
|
2022-02-05 19:16:16 +01:00
|
|
|
"export": "yarn prebuild && next build && next export && node scripts/algolia.mjs",
|
2021-12-10 09:56:19 +01:00
|
|
|
"start": "next start -p 3002",
|
2021-12-27 09:55:52 +01:00
|
|
|
"lint": "next lint",
|
2021-12-28 09:09:05 +01:00
|
|
|
"testdeploy": "next build && next export && netlify-cli deploy",
|
|
|
|
"deploy": "next build && next export && netlify-cli deploy --prod",
|
2021-12-10 09:56:19 +01:00
|
|
|
"serve": "pm2 start npm --name 'freesewing.dev' -- run start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-25 14:14:18 +01:00
|
|
|
"@heroicons/react": "^1.0.5",
|
2021-12-10 09:56:19 +01:00
|
|
|
"@mdx-js/loader": "^2.0.0-rc.2",
|
2021-12-18 09:54:53 +01:00
|
|
|
"@mdx-js/mdx": "^2.0.0-rc.2",
|
2021-12-10 09:56:19 +01:00
|
|
|
"@mdx-js/react": "^2.0.0-rc.2",
|
|
|
|
"@mdx-js/runtime": "next",
|
2021-12-18 15:41:37 +01:00
|
|
|
"@tailwindcss/typography": "^0.5.0",
|
2021-12-31 08:27:13 +01:00
|
|
|
"algoliasearch": "^4.11.0",
|
2022-02-16 16:28:41 +00:00
|
|
|
"daisyui": "^2.0.6",
|
2021-12-17 17:51:20 +01:00
|
|
|
"lodash.get": "^4.4.2",
|
2021-12-18 09:54:53 +01:00
|
|
|
"lodash.orderby": "^4.6.0",
|
2021-12-17 17:51:20 +01:00
|
|
|
"lodash.set": "^4.3.2",
|
2022-02-14 04:33:23 +00:00
|
|
|
"netlify-cli": "^9.4.0",
|
2021-12-18 09:54:53 +01:00
|
|
|
"next": "latest",
|
2022-01-16 18:47:47 +01:00
|
|
|
"react-copy-to-clipboard": "^5.0.4",
|
2021-12-31 08:27:13 +01:00
|
|
|
"react-hotkeys-hook": "^3.4.4",
|
|
|
|
"react-instantsearch-dom": "^6.18.0",
|
2021-12-26 16:43:35 +01:00
|
|
|
"react-markdown": "^7.1.1",
|
2021-12-18 09:54:53 +01:00
|
|
|
"react-swipeable": "^6.2.0",
|
2021-12-26 16:43:35 +01:00
|
|
|
"react-timeago": "^6.2.1",
|
2022-02-05 17:45:23 +01:00
|
|
|
"rehype-autolink-headings": "^6.1.1",
|
2021-12-18 15:41:37 +01:00
|
|
|
"rehype-highlight": "^5.0.1",
|
2021-12-31 08:27:13 +01:00
|
|
|
"rehype-sanitize": "^5.0.1",
|
2022-02-05 17:45:23 +01:00
|
|
|
"rehype-slug": "^5.0.1",
|
2021-12-31 08:27:13 +01:00
|
|
|
"rehype-stringify": "^9.0.2",
|
2021-12-27 10:04:41 +01:00
|
|
|
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
2021-12-10 09:56:19 +01:00
|
|
|
"remark-gfm": "^3.0.1",
|
2022-02-20 19:35:36 +01:00
|
|
|
"remark-jargon": "^2.20.7"
|
2021-12-10 09:56:19 +01:00
|
|
|
},
|
2021-12-10 10:30:15 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.0",
|
2022-02-21 04:04:56 +00:00
|
|
|
"eslint-config-next": "12.1.0",
|
2021-12-17 17:51:20 +01:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-12-10 10:30:15 +01:00
|
|
|
"postcss": "^8.4.4",
|
2022-02-05 17:45:23 +01:00
|
|
|
"tailwindcss": "^3.0.1",
|
|
|
|
"yaml-loader": "^0.6.0"
|
2021-12-27 10:04:41 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14.18.1"
|
2021-12-10 10:30:15 +01:00
|
|
|
}
|
2021-12-10 09:56:19 +01:00
|
|
|
}
|