loading-snakes
Version:
Three loading dots that turn into a snake game - The elevator music of chatbots
43 lines (42 loc) • 950 B
JSON
{
"name": "loading-snakes",
"version": "1.0.3",
"description": "Three loading dots that turn into a snake game - The elevator music of chatbots",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"loading",
"loader",
"animation",
"game",
"snake",
"component",
"ui"
],
"author": "Shubh Mittal",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"styled-components": "^5.0.0 || ^6.0.0"
},
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/styled-components": "^5.1.34"
},
"repository": {
"type": "git",
"url": "https://github.com/shubh9/LoadingSnake"
}
}