aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/package.json')
-rw-r--r--spring-front/package.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/spring-front/package.json b/spring-front/package.json
new file mode 100644
index 0000000..5b9bed5
--- /dev/null
+++ b/spring-front/package.json
@@ -0,0 +1,42 @@
+{
+ "name": "spring-front",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@testing-library/jest-dom": "^5.16.2",
+ "@testing-library/react": "^12.1.4",
+ "@testing-library/user-event": "^13.5.0",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-scripts": "5.0.0",
+ "web-vitals": "^2.1.4"
+ },
+ "scripts": {
+ "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"
+ ]
+ },
+ "devDependencies": {
+ "eslint": "^8.11.0",
+ "eslint-plugin-react": "^7.29.4"
+ }
+}