FILE / ScuroNeko/nix13.pw

package.json

Исходный файл и его история в репозитории.
FILE 862889563281a516fce46c3d4ff1f240ee89e4f7
Files
nix13.pw/package.json
T
2023-04-25 21:47:52 +03:00

38 lines
765 B
JSON

{
"name": "nix13.pw",
"private": true,
"version": "1.0.0",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.10.0",
"react-type-animation": "^3.0.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"sass": "1.61.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version"
]
}
}