@feature.ninja/widget
Advanced tools
Comparing version 0.0.902 to 0.1.0
{ | ||
"name": "@feature.ninja/widget", | ||
"version": "0.0.902", | ||
"description": "Feature Ninja Widget", | ||
"main": "./dist/widget.umd.js", | ||
"module": "./dist/widget.es.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/widget.es.js", | ||
"require": "./dist/widget.umd.js" | ||
"name": "@feature.ninja/widget", | ||
"version": "0.1.0", | ||
"description": "Feature Ninja Widget", | ||
"main": "./dist/widget.umd.js", | ||
"module": "./dist/widget.es.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/widget.es.js", | ||
"require": "./dist/widget.umd.js" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "vite --config vite.config.ts", | ||
"prod": "rm -rf dist && vite build --config vite.config.ts", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"ts": "tsc --noEmit" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "7.15.5", | ||
"@babel/preset-env": "7.15.6", | ||
"@heroicons/react": "1.0.4", | ||
"@prefresh/vite": "2.2.3", | ||
"@rollup/plugin-babel": "5.3.0", | ||
"@types/lodash": "4.14.175", | ||
"@types/node": "16.10.3", | ||
"autoprefixer": "10.3.7", | ||
"esbuild": "0.13.4", | ||
"lodash": "4.17.21", | ||
"postcss": "8.3.9", | ||
"preact": "^10.5.14", | ||
"rollup": "2.58.0", | ||
"tailwindcss": "2.2.16", | ||
"typescript": "4.4.3", | ||
"vite": "2.6.3" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "vite --config vite.config.ts", | ||
"prod": "rm -rf dist && vite build --config vite.config.ts", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"ts": "tsc --noEmit" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "7.15.5", | ||
"@babel/preset-env": "7.15.6", | ||
"@heroicons/react": "1.0.4", | ||
"@prefresh/vite": "2.2.3", | ||
"@rollup/plugin-babel": "5.3.0", | ||
"@types/lodash": "4.14.175", | ||
"@types/node": "16.10.3", | ||
"autoprefixer": "10.3.7", | ||
"esbuild": "0.13.4", | ||
"lodash": "4.17.21", | ||
"postcss": "8.3.9", | ||
"preact": "^10.5.14", | ||
"rollup": "2.58.0", | ||
"tailwindcss": "2.2.16", | ||
"typescript": "4.4.3", | ||
"vite": "2.6.3" | ||
} | ||
} | ||
} |
178095