mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
25 lines
500 B
JSON
Executable File
25 lines
500 B
JSON
Executable File
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"animejs": "3.x",
|
|
"next": "9.x",
|
|
"react": "16.12.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",
|
|
"@zeit/next-css": "^1.0.1",
|
|
"@zeit/next-stylus": "^1.0.1",
|
|
"stylus": "^0.54.7",
|
|
"typescript": "3.7.x"
|
|
}
|
|
}
|