JohnTech/package.json

30 lines
615 B
JSON

{
"name": "john.tech",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "John Costa",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"vite": "^2.9.1"
},
"dependencies": {
"clsx": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.1.1",
"react-router-dom": "^6.1.1"
}
}