mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
43 lines
1002 B
JSON
43 lines
1002 B
JSON
{
|
|
"name": "www",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start --port ${PORT-3000}",
|
|
"tsc": "tsc -p .",
|
|
"clean": "rm -rf .next"
|
|
},
|
|
"dependencies": {
|
|
"crate": "0.0.1",
|
|
"next": "10.0.9",
|
|
"next-seo": "^4.23.0",
|
|
"next-themes": "^0.0.14",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-feather": "^2.0.9",
|
|
"styled-components": "^5.2.1",
|
|
"theme-custom-properties": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.37",
|
|
"@types/react": "^17.0.3",
|
|
"@types/styled-components": "^5.1.9",
|
|
"autoprefixer": "^10.2.5",
|
|
"babel-plugin-macros": "^3.0.1",
|
|
"babel-plugin-styled-components": "^1.12.0",
|
|
"postcss": "^8.2.8",
|
|
"react-is": "^17.0.2",
|
|
"tailwindcss": "^2.0.4",
|
|
"ts-node": "^9.1.1",
|
|
"twin.macro": "^2.3.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"babelMacros": {
|
|
"twin": {
|
|
"preset": "styled-components"
|
|
}
|
|
}
|
|
}
|