mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 23:22:50 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "my-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"cra-template": "1.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"@babel/plugin-transform-private-methods": "^7.25.9",
|
|
"@babel/plugin-transform-numeric-separator": "^7.25.9",
|
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
|
|
"@babel/plugin-transform-optional-chaining": "^7.25.9",
|
|
"@eslint/eslintrc": "^1.4.1",
|
|
"@eslint/js": "^8.57.1",
|
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
"@rollup/plugin-terser": "7.0.2",
|
|
"eslint": "^8.57.1",
|
|
"rimraf": "^4.4.1",
|
|
"glob": "^9.3.5",
|
|
"svgo": "^2.8.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|