neu-axentix
Version:
The official Axentix neumorphism design implementation. Start using neumorphism shadows in 3 easy steps.
64 lines (63 loc) • 1.5 kB
JSON
{
"name": "neu-axentix",
"version": "2.1.0",
"description": "The official Axentix neumorphism design implementation. Start using neumorphism shadows in 3 easy steps.",
"homepage": "https://neu.useaxentix.com",
"author": "Axel SIMONET, Vincent LEVEQUE",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "npm run build:main && npm run build:def",
"build:main": "vite build",
"build:def": "tsc",
"generate:examples": "node scripts/generate-examples.js"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/axentix"
},
"keywords": [
"framework",
"neumorphic",
"neu-axentix",
"axentix",
"neumorphism",
"front-end",
"responsive",
"css",
"js",
"sass",
"web"
],
"repository": {
"type": "git",
"url": "git@github.com:axentix/neumorphic.git"
},
"bugs": {
"url": "https://github.com/axentix/neumorphic/issues"
},
"style": "./dist/neu-axentix.min.css",
"sass": "./src/neu-axentix.scss",
"main": "dist/neu-axentix.min.js",
"module": "./dist/neu-axentix.esm.js",
"typings": "./dist/index.d.ts",
"files": [
"dist",
"src",
"LICENSE",
"README",
"CHANGELOG"
],
"engine": "node >= 16",
"dependencies": {
"axentix": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"fast-glob": "^3.2.11",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vite-plugin-mpa": "^1.1.3"
}
}