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.
43 lines
1.0 KiB
43 lines
1.0 KiB
{
|
|
"name": "liveterm",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Vincent Wu",
|
|
"url": "https://cveinnt.com",
|
|
"email": "contact@wensenwu.com"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"next": "12.1.6",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"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-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"
|
|
}
|
|
}
|