old.nicco.io/package.json
2020-01-05 17:34:03 +01:00

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"
}
}