{ "name": "@flareapp/ignition", "version": "0.0.1", "scripts": { "bundle": "microbundle -i resources/js/index.tsx -o resources/compiled/ignition.js --generateTypes false --jsx React.createElement --jsxFragment React.Fragment -f cjs --no-sourcemap --external none --define process.env.NODE_ENV='production'", "bundle-temp": "NODE_ENV=development microbundle -i resources/js/index.tsx -o resources/compiled/ignition.js --generateTypes false --jsx React.createElement --jsxFragment React.Fragment -f cjs --no-sourcemap --external none --define process.env.NODE_ENV='development'", "dev": "NODE_ENV=development ROLLUP_WATCH=true concurrently -n \"dev,typescript\" -c \",green\" \"microbundle watch -i resources/js/index.tsx -o resources/compiled/ignition.js --generateTypes false --jsx React.createElement --jsxFragment React.Fragment -f cjs --no-sourcemap --external none --define process.env.NODE_ENV='development' --no-compress \" \"yarn typecheck\"", "format": "prettier --write 'resources/**/*.{css,js,ts,tsx}'", "typecheck": "tsc -w --preserveWatchOutput" }, "dependencies": { "@flareapp/ignition-ui": "^4.0.4", "@fortawesome/fontawesome-common-types": "^6.1.1", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-brands-svg-icons": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/react-fontawesome": "^0.1.18", "@tailwindcss/line-clamp": "^0.3.0", "lodash": "^4.17.21", "microbundle": "^0.14.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-intersection-observer": "^8.32.5", "tailwindcss": "^3.0.15" }, "devDependencies": { "@flareapp/flare-client": "^1.0.12", "@types/lodash": "^4.14.169", "@types/react-dom": "^17.0.5", "autoprefixer": "^10.4.0", "concurrently": "^6.2.0", "husky": "^7.0.4", "lint-staged": "^11.0.0", "postcss": "^8.4.5", "postcss-easy-import": "^3.0.0", "postcss-import": "^14.0.2", "postcss-preset-env": "^7.4.3", "prettier": "^2.5.0", "typescript": "^4.2.4" }, "husky": { "hooks": { "pre-commit": "lint-staged && yarn bundle-temp && git add resources/compiled/ignition.js && git add resources/compiled/ignition.css" } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
resources | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 362 B | 0644 |
|
.gitattributes | File | 1.08 KB | 0644 |
|
.gitignore | File | 209 B | 0644 |
|
.php_cs.php | File | 1.16 KB | 0644 |
|
.prettierignore | File | 20 B | 0644 |
|
.prettierrc | File | 104 B | 0644 |
|
CHANGELOG.md | File | 8.91 KB | 0644 |
|
LICENSE.md | File | 1.08 KB | 0644 |
|
README.md | File | 12.43 KB | 0644 |
|
composer.json | File | 1.99 KB | 0644 |
|
lint-staged.config.js | File | 94 B | 0644 |
|
package.json | File | 2.4 KB | 0644 |
|
phpstan-baseline.neon | File | 0 B | 0644 |
|
phpstan.neon.dist | File | 166 B | 0644 |
|
phpunit.xml.dist | File | 582 B | 0644 |
|
postcss.config.js | File | 188 B | 0644 |
|
tailwind.config.js | File | 1.58 KB | 0644 |
|
tsconfig.json | File | 761 B | 0644 |
|
yarn.lock | File | 246.76 KB | 0644 |
|