@isotope/server
Version:
Server-Side Rendering package for Isotope
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "@isotope/server",
"version": "0.1.2",
"main": "dist/isotope-server.js",
"module": "lib/index.js",
"unpkg": "dist/isotope-server.js",
"jsdelivr": "dist/isotope-server.js",
"types": "lib/index.d.ts",
"description": "Server-Side Rendering package for Isotope",
"license": "MIT",
"homepage": "https://areknawo.com/isotope#docs>ssr",
"repository": "https://github.com/Isotope-js/isotope/tree/master/packages/server",
"author": "Arek Nawo <areknawo@areknawo.com> (areknawo.com)",
"scripts": {
"build": "tsc && rollup -c",
"watch": "tsc -w",
"lint": "eslint ./ --ext .ts --fix",
"test": "jest --colors"
},
"keywords": [
"UI",
"library",
"User Interface",
"Isotope",
"Interface",
"Server",
"SSR",
"HTML"
],
"files": [
"src",
"lib",
"dist"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "~7.1.3",
"@types/jest": "^25.1.4",
"eslint": "^6.8.0",
"eslint-config-xtrict": "^2.0.1",
"jest": "^25.2.1",
"prettier": "^2.0.2",
"rollup": "~2.7.6",
"rollup-plugin-terser": "~5.3.0",
"ts-jest": "^25.2.1",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@isotope/core": "~0.2.4",
"csstype": "^2.6.10"
}
}