2019-03-03 16:13:57 +01:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-12-12 05:58:39 +01:00
|
|
|
"build": "parcel build ./src/index.html",
|
|
|
|
"dev": "parcel ./src/index.html"
|
2019-03-03 16:13:57 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-12 05:58:39 +01:00
|
|
|
"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": {
|
2019-12-12 05:58:39 +01:00
|
|
|
"@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
|
|
|
}
|
2019-12-12 05:58:39 +01:00
|
|
|
}
|