digital-theory/package.json

23 lines
472 B
JSON
Raw Normal View History

2023-04-20 11:40:23 +02:00
{
"name": " ",
"version": "0.0.1",
"description": "",
"keywords": "",
"license": "",
"author": "",
"scripts": {
"build": "parcel build index.html",
"dev": "parcel index.html --open",
"start": "npm run build && npm run dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
2023-04-20 16:53:33 +02:00
"parcel-bundler": "^1.8.1"
},
"dependencies": {
"anime": "^0.1.2",
2023-04-20 16:53:33 +02:00
"bulma": "^0.9.4",
"scrollmagic": "^2.0.8"
2023-04-20 11:40:23 +02:00
}
}