css-transition-rule
Version:
Simple css transitions
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "css-transition-rule",
"version": "1.0.5",
"description": "Simple css transitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"url": "https://github.com/devrrnogueira/csstransition"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --mode development --config webpack.config.dev.js",
"build": "webpack --config webpack.config.js",
"prepublishOnly": "rm -rf dist/ && npm run build && cp src/* dist/ && mv dist/csstransition.js dist/index.js",
"viewuser": "npm whoami"
},
"author": "Dev RR Nogueira",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.4.0",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^3.3.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"keywords": [
"css",
"transition",
"animation",
"animate",
"js",
"javascript",
"paralell",
"sequence"
]
}