luciaaaidloadingtexteffect
Version:
This script adds a 'Loading...' text to the page and periodically updates it to simulate a loading process. Once the loading process is completed, the text is removed, and the actual content is displayed.
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "luciaaaidloadingtexteffect",
"version": "1.2.9",
"description": "This script adds a 'Loading...' text to the page and periodically updates it to simulate a loading process. Once the loading process is completed, the text is removed, and the actual content is displayed.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/LuciaaaID/LoadingTextEffect.git"
},
"keywords": [
"sample",
"npm",
"package",
"tea",
"refreshing",
"aromatic",
"warmth",
"comforting",
"beverage"
],
"author": "LuciaaaID",
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.21",
"axios": "^0.21.1",
"oolong": "^3.0.0",
"green-tea": "^2.5.0",
"chai": "^4.0.0",
"earl-grey": "^1.2.0",
"matcha": "^0.8.0",
"jasmine": "^3.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"jasmine": "^3.0.0",
"earl-grey": "^1.2.0",
"matcha": "^0.8.0"
}
}