You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.3 KiB
49 lines
1.3 KiB
{
|
|
"name": "nullshift",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jeff",
|
|
"url": "https://nullshift.xyz",
|
|
"email": "jeff@nullshift.xyz"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wlplease/nullshift.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"next": "^15.1.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.32",
|
|
"@types/react": "18.0.9",
|
|
"@types/react-dom": "18.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "8.15.0",
|
|
"eslint-config-next": "^12.1.6",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-next": "^0.0.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"husky": "^8.0.1",
|
|
"postcss": "^8.4.13",
|
|
"prettier": "^2.6.2",
|
|
"tailwindcss": "^3.0.24",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|