initial project
Showing
.gitignore
0 → 100644
README.md
0 → 100644
eslint.config.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "formio-io-web", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "tsc -b && vite build", | ||
| "lint": "eslint .", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@formio/js": "^5.0.2", | ||
| "@formio/react": "^6.0.1", | ||
| "formiojs": "^4.21.6", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.21.0", | ||
| "@types/react": "^19.0.10", | ||
| "@types/react-dom": "^19.0.4", | ||
| "@vitejs/plugin-react-swc": "^3.8.0", | ||
| "autoprefixer": "^10.4.21", | ||
| "eslint": "^9.21.0", | ||
| "eslint-plugin-react-hooks": "^5.1.0", | ||
| "eslint-plugin-react-refresh": "^0.4.19", | ||
| "globals": "^15.15.0", | ||
| "postcss": "^8.5.3", | ||
| "tailwindcss": "^4.1.3", | ||
| "typescript": "~5.7.2", | ||
| "typescript-eslint": "^8.24.1", | ||
| "vite": "^6.2.0" | ||
| } | ||
| } | 
public/formio.custom.js
0 → 100644
This diff is collapsed.
public/formio.full.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/vite.svg
0 → 100644
src/App.css
0 → 100644
src/App.tsx
0 → 100644
src/assets/react.svg
0 → 100644
src/index.css
0 → 100644
src/main.tsx
0 → 100644
src/vite-env.d.ts
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment
