old.nicco.io/package.json

22 lines
491 B
JSON
Raw Normal View History

2019-03-03 16:13:57 +01:00
{
"private": true,
"scripts": {
"build": "parcel build ./src/index.html",
"dev": "parcel ./src/index.html"
2019-03-03 16:13:57 +01:00
},
"dependencies": {
"animejs": "3.x",
"parcel-bundler": "1.x",
"react": "16.12.x",
"react-dom": "16.12.x",
"react-router-dom": "5.x"
2019-03-03 16:13:57 +01:00
},
"devDependencies": {
"@types/animejs": "3.x",
"@types/react": "16.9.x",
"@types/react-dom": "16.9.x",
"@types/react-router-dom": "5.x",
"stylus": "0.54.x",
"typescript": "3.7.x"
2019-03-03 16:13:57 +01:00
}
}