taos
Version:
TAOS - Tailwind CSS Animation on Scroll Library
52 lines (51 loc) • 1.51 kB
JSON
{
"name": "taos",
"version": "1.0.5",
"description": "TAOS - Tailwind CSS Animation on Scroll Library",
"keywords": [
"taos",
"animation on scroll",
"tailwind animation on scroll",
"scroll trigger",
"tailwind css"
],
"license": "MIT",
"main": "dist/taos.js",
"repository": {
"type": "git",
"url": "git+https://github.com/versoly/taos.git"
},
"bugs": {
"url": "https://github.com/versoly/taos/issues"
},
"homepage": "https://versoly.com/taos",
"contributors": [
"Volkan Kaya <volkan@versoly.com>"
],
"scripts": {
"start": "NODE_ENV=development && npm run start:*",
"build": "NODE_ENV=production && run-s build:webpack",
"build:terser": "terser src/js/taos.js --output dist/taos.js --source-map --output dist/taos.js --config-file terser.config.json",
"build:webpack": "webpack --mode=production",
"build:js": "run-s build:webpack"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.8",
"autoprefixer": "^10.3.3",
"babel-loader": "^8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"copyfiles": "^2.4.1",
"core-js": "^3.8.1",
"file-loader": "^6.2.0",
"npm-run-all": "^4.1.5",
"source-map-loader": "^2.0.0",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"terser-webpack-plugin": "^5.3.1"
},
"author": "Versoly"
}