axentix
Version:
Axentix is a framework mixing fully customizable components & utility-first classes, leaving the design choice to the developer.
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "axentix",
"version": "2.4.1",
"description": "Axentix is a framework mixing fully customizable components & utility-first classes, leaving the design choice to the developer.",
"homepage": "https://useaxentix.com",
"author": "Axel SIMONET, Vincent LEVEQUE",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --host",
"test": "npx playwright test",
"test:watch": "PWDEBUG=1 npx playwright test",
"test:watch-windows": "set PWDEBUG=1 && npx playwright test",
"build": "node scripts/build.js && npm run build:def",
"build:main": "node scripts/build.js main",
"build:def": "tsc",
"generate:examples": "node scripts/generate-examples.js"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/axentix"
},
"keywords": [
"axentix",
"framework",
"front-end",
"responsive",
"css",
"js",
"sass",
"web"
],
"repository": {
"type": "git",
"url": "git@github.com:axentix/axentix.git"
},
"bugs": {
"url": "https://github.com/axentix/axentix/issues"
},
"style": "./dist/axentix.min.css",
"sass": "./src/only.scss",
"main": "./dist/axentix.min.js",
"module": "./dist/axentix.esm.js",
"typings": "./dist/index.d.ts",
"files": [
"dist",
"src",
"LICENSE",
"README",
"CHANGELOG"
],
"devDependencies": {
"@playwright/test": "^1.49.0",
"autoprefixer": "^10.4.20",
"fast-glob": "^3.3.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.82.0",
"typescript": "^5.7.2",
"vite": "5.4.11",
"vite-plugin-mpa": "^1.2.0"
}
}