|
| 1 | +{ |
| 2 | + "name": "ui-pattern-block", |
| 3 | + "private": true, |
| 4 | + "author": "Frontify Developers <[email protected]>", |
| 5 | + "version": "1.0.0", |
| 6 | + "main": "dist/index.js", |
| 7 | + "scripts": { |
| 8 | + "serve": "frontify-cli serve --entryPath src/index.ts", |
| 9 | + "deploy": "frontify-cli deploy --entryPath src/index.ts", |
| 10 | + "lint": "eslint .", |
| 11 | + "lint:fix": "eslint --fix .", |
| 12 | + "prettier": "prettier --check .", |
| 13 | + "prettier:fix": "prettier --write .", |
| 14 | + "typecheck": "tsc --noEmit" |
| 15 | + }, |
| 16 | + "devDependencies": { |
| 17 | + "@babel/core": "^7.22.17", |
| 18 | + "@frontify/eslint-config-react": "0.16.1", |
| 19 | + "@frontify/frontify-cli": "^5.3.17", |
| 20 | + "@types/lodash-es": "^4.17.9", |
| 21 | + "@types/react": "^18.2.21", |
| 22 | + "@types/react-dom": "^18.2.7", |
| 23 | + "autoprefixer": "^10.4.15", |
| 24 | + "cypress": "^13.2.0", |
| 25 | + "eslint": "^8.48.0", |
| 26 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
| 27 | + "eslint-plugin-notice": "^0.9.10", |
| 28 | + "postcss": "^8.4.29", |
| 29 | + "prettier": "^3.0.3", |
| 30 | + "sinon": "^16.0.0", |
| 31 | + "tailwindcss": "^3.3.3", |
| 32 | + "typescript": "^5.2.2" |
| 33 | + }, |
| 34 | + "dependencies": { |
| 35 | + "@codesandbox/sandpack-react": "^2.7.1", |
| 36 | + "@codesandbox/sandpack-themes": "^2.0.21", |
| 37 | + "@frontify/app-bridge": "^3.0.0-beta.96", |
| 38 | + "@frontify/fondue": "12.0.0-beta.334", |
| 39 | + "@frontify/guideline-blocks-settings": "^0.29.8", |
| 40 | + "@frontify/guideline-blocks-shared": "workspace:*", |
| 41 | + "lodash-es": "^4.17.21", |
| 42 | + "react": "^18.2.0", |
| 43 | + "react-dom": "^18.2.0" |
| 44 | + } |
| 45 | +} |
0 commit comments