old.nicco.io/package.json

25 lines
498 B
JSON
Raw Normal View History

2019-03-03 16:13:57 +01:00
{
"private": true,
"scripts": {
2020-01-05 17:34:03 +01:00
"dev": "next",
"build": "next build",
"start": "next start"
2019-03-03 16:13:57 +01:00
},
"dependencies": {
"animejs": "3.x",
2020-01-05 17:34:03 +01:00
"next": "9.x",
2020-07-23 20:07:28 +02:00
"react": "16.13.x",
"react-dom": "16.13.x"
2019-03-03 16:13:57 +01:00
},
"devDependencies": {
"@types/animejs": "3.x",
2020-07-23 20:07:28 +02:00
"@types/node": "14.x.x",
"@types/react": "16.9.x",
"@types/react-dom": "16.9.x",
2020-01-05 17:34:03 +01:00
"@zeit/next-css": "^1.0.1",
"@zeit/next-stylus": "^1.0.1",
2020-07-23 20:07:28 +02:00
"stylus": "0.54.x",
"typescript": "3.9.x"
2019-03-03 16:13:57 +01:00
}
2020-01-05 17:34:03 +01:00
}