feat: add dependencies
Showing
+511 -1
.gitignore
0 → 100644
LICENSE
0 → 100644
package.json
0 → 100644
{ | ||
"name": "smf-web", | ||
"version": "1.0.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/react": "^12.0.0", | ||
"@testing-library/user-event": "^13.2.1", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.7.13", | ||
"@types/react": "^17.0.20", | ||
"@types/react-dom": "^17.0.9", | ||
"axios": "^0.25.0", | ||
"bootstrap": "^5.1.3", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-router-dom": "^6.2.1", | ||
"react-scripts": "5.0.0", | ||
"react-toastify": "^8.1.0", | ||
"recoil": "^0.5.2", | ||
"source-map-explorer": "^2.5.2", | ||
"typescript": "^4.5.5", | ||
"web-vitals": "^2.1.0" | ||
}, | ||
"scripts": { | ||
"analyze": "source-map-explorer 'build/static/js/*.js'", | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
+ 0
− 0
3.78 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
+ 0
− 0
5.22 KB
public/logo512.png
0 → 100644
+ 0
− 0
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.test.tsx
0 → 100644
src/App.tsx
0 → 100644
src/assets/.DS_Store
0 → 100644
+ 0
− 0
File added
src/assets/fonts/index.ts
0 → 100644
src/assets/images/index.ts
0 → 100644
src/components/form-builder/fields/Input.tsx
0 → 100644
src/components/form-builder/fields/Radio.tsx
0 → 100644