UNPKG

falling

Version:

A customizable falling flowers animation

73 lines (72 loc) 1.66 kB
{ "name": "falling", "version": "1.0.5", "description": "A customizable falling flowers animation", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "build": "rimraf dist && tsc -p tsconfig.json", "release": "npm run build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/trinhminhhieu/falling.git" }, "keywords": [ "react", "nextjs", "falling", "snowfall", "flowerfall", "animation", "flowers", "happynewyear", "merrychristmas", "three.js" ], "author": "Trinh Minh Hieu", "license": "MIT", "files": [ "dist" ], "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "@types/three": "^0.172.0", "babel-loader": "^8.2.2", "rimraf": "^6.0.1", "ts-loader": "^9.2.6", "typescript": "^4.5.5", "webpack": "^5.52.1", "webpack-cli": "^4.8.0", "eslint": "^8.50.0", "jest": "^28.1.1", "qrto": "^0.0.3", "ts-jest": "^28.0.5", "ts-node": "^10.8.1" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "./", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "testEnvironment": "node" }, "dependencies": { "next": "^13.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "three": "^0.132.2" } }