old.nicco.io/package.json

25 lines
500 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",
"react": "16.12.x",
2020-01-05 17:34:03 +01:00
"react-dom": "16.12.x"
2019-03-03 16:13:57 +01:00
},
"devDependencies": {
"@types/animejs": "3.x",
2020-01-05 17:34:03 +01:00
"@types/node": "^13.1.4",
"@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",
"stylus": "^0.54.7",
"typescript": "3.7.x"
2019-03-03 16:13:57 +01:00
}
2020-01-05 17:34:03 +01:00
}