mirror of https://github.com/shuang854/Turtle
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "Turtle",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@capacitor/android": "^2.4.0",
|
|
"@capacitor/core": "2.4.0",
|
|
"@capacitor/ios": "^2.4.0",
|
|
"@hookform/error-message": "0.0.4",
|
|
"@ionic/react": "^5.0.7",
|
|
"@ionic/react-router": "^5.0.7",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.4.0",
|
|
"@testing-library/user-event": "^8.0.3",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/node": "^12.12.24",
|
|
"@types/react": "^16.9.17",
|
|
"@types/react-dom": "^16.9.4",
|
|
"@types/react-router": "^5.1.4",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"firebase": "^7.17.1",
|
|
"firebase-functions": "^3.11.0",
|
|
"ionicons": "^5.0.0",
|
|
"node-sass": "^4.14.1",
|
|
"react": "^16.13.0",
|
|
"react-dom": "^16.13.0",
|
|
"react-hook-form": "^6.9.2",
|
|
"react-player": "^2.6.0",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.1",
|
|
"typescript": "3.8.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "2.4.0",
|
|
"@iconify/icons-simple-icons": "^1.0.47",
|
|
"@iconify/react": "^1.1.3",
|
|
"@types/firebase": "^3.2.1"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|