mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 10:40:44 +00:00
migrated to nextjs
This commit is contained in:
18
package.json
18
package.json
@@ -1,22 +1,24 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "parcel build ./src/index.html",
|
||||
"dev": "parcel ./src/index.html"
|
||||
"dev": "next",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"animejs": "3.x",
|
||||
"parcel-bundler": "1.x",
|
||||
"next": "9.x",
|
||||
"react": "16.12.x",
|
||||
"react-dom": "16.12.x",
|
||||
"react-router-dom": "5.x"
|
||||
"react-dom": "16.12.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/animejs": "3.x",
|
||||
"@types/node": "^13.1.4",
|
||||
"@types/react": "16.9.x",
|
||||
"@types/react-dom": "16.9.x",
|
||||
"@types/react-router-dom": "5.x",
|
||||
"stylus": "0.54.x",
|
||||
"@zeit/next-css": "^1.0.1",
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
"stylus": "^0.54.7",
|
||||
"typescript": "3.7.x"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user