mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
22 lines
491 B
JSON
Executable File
22 lines
491 B
JSON
Executable File
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "parcel build ./src/index.html",
|
|
"dev": "parcel ./src/index.html"
|
|
},
|
|
"dependencies": {
|
|
"animejs": "3.x",
|
|
"parcel-bundler": "1.x",
|
|
"react": "16.12.x",
|
|
"react-dom": "16.12.x",
|
|
"react-router-dom": "5.x"
|
|
},
|
|
"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"
|
|
}
|
|
} |