UNPKG

@web-atoms/core

Version:
59 lines (58 loc) 1.88 kB
{ "name": "@web-atoms/core", "version": "2.4.75", "description": "Web Atoms Core", "main": "index.js", "scripts": { "test1": "node ./node_modules/@web-atoms/unit-test/index.js ./dist/tests", "test": "istanbul cover ./node_modules/@web-atoms/unit-test/index.js ./dist/tests", "build-css": "npx postcss \"./src/**/*.css\" --base ./src --dir ./dist --map --verbose", "build-css-watch": "npx postcss \"./src/**/*.css\" --base src --dir dist --map -w", "build-css-jex": "npx jex ./build.jsx", "build-css-watch-jex": "npx jex ./build.jsx --watch", "posttest": "remap-istanbul -i ./coverage/coverage.json -t html -o ./html-report", "postversion": "git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/neurospeech/web-atoms-core.git" }, "keywords": [ "web", "atoms", "core" ], "author": "Akash Kava", "license": "MIT", "bugs": { "url": "https://github.com/neurospeech/web-atoms-core/issues" }, "homepage": "https://github.com/neurospeech/web-atoms-core#readme", "devDependencies": { "@neurospeech/jex": "^1.0.117", "@web-atoms/module-loader": "^2.1.89", "@web-atoms/pack": "1.0.111", "@web-atoms/postcss-styled-js": "^1.0.10", "@web-atoms/ts-to-systemjs": "^1.1.15", "@web-atoms/unit-test": "^1.0.54", "colors": "^1.4.0", "cssnano": "^7.0.6", "istanbul": "^0.4.5", "jsdom": "^23.2.0", "path": "^0.12.7", "postcss": "^8.5.3", "postcss-cli": "^11.0.1", "postcss-import": "^16.1.0", "postcss-import-ext-glob": "^2.1.1", "postcss-nested": "^7.0.2", "postcss-preset-env": "^10.1.5", "remap-istanbul": "^0.11.1", "test-dom": "^1.0.0", "tslib": "^2.4.1", "xmlhttprequest": "^1.8.0" }, "dependencies": { "@web-atoms/date-time": "^1.1.3", "reflect-metadata": "^0.1.14" } }