iconoir/iconoir.com/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "iconoir.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2023-12-17 15:20:25 +01:00
"start": "pnpm dlx serve out",
"lint": "next lint"
},
2023-01-11 19:08:14 +01:00
"devDependencies": {
2023-12-17 15:20:25 +01:00
"@nodesecure/npm-registry-sdk": "^2.1.0",
2023-10-29 02:09:47 +02:00
"@octokit/rest": "^20.0.2",
2023-11-21 22:08:42 +01:00
"@react-aria/focus": "^3.15.0",
"@react-aria/i18n": "^3.9.0",
"@react-aria/slider": "^3.7.3",
"@react-aria/utils": "^3.22.0",
"@react-aria/visually-hidden": "^3.8.7",
"@react-stately/slider": "^3.4.5",
"@react-types/slider": "^3.7.0",
"@types/animejs": "^3.1.12",
"@types/lodash": "^4.14.202",
2023-12-17 15:20:25 +01:00
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
2023-11-21 22:08:42 +01:00
"@types/react-window": "^1.8.8",
2023-12-17 15:20:25 +01:00
"animejs": "^3.2.2",
2023-01-11 19:08:14 +01:00
"csvtojson": "^2.0.10",
2023-12-17 15:20:25 +01:00
"eslint-config-next": "^14.0.4",
"iconoir-react": "workspace:*",
"lodash": "^4.17.21",
"moment": "^2.29.4",
2023-12-17 15:20:25 +01:00
"next": "^14.0.4",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-01-11 19:08:14 +01:00
"react-is": "^18.2.0",
2023-12-17 15:20:25 +01:00
"react-window": "^1.8.10",
"remark-gfm": "^3.0.1",
"remark-prism": "^1.3.6",
2023-12-17 15:20:25 +01:00
"scule": "^1.1.1",
2023-11-21 22:08:42 +01:00
"styled-components": "^6.1.1",
2023-12-17 15:20:25 +01:00
"typescript": "^5.3.3",
2023-01-11 19:08:14 +01:00
"use-resize-observer": "^9.1.0"
}
}