add configs
This commit is contained in:
11
package.json
11
package.json
@ -11,7 +11,13 @@
|
||||
"dependencies": {
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"next": "14.2.7"
|
||||
"next": "14.2.7",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"cssnano": "^7.0.1",
|
||||
"postcss-flexbugs-fixes": "^5.0.2",
|
||||
"postcss-preset-env": "^10.0.0",
|
||||
"next-plausible": "^3.12.0",
|
||||
"sharp": "^0.33.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5",
|
||||
@ -21,6 +27,7 @@
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.2.7"
|
||||
"eslint-config-next": "14.2.7",
|
||||
"turbo": "2.1.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user