nix13.pw/package.json

36 lines
688 B
JSON
Raw Permalink Normal View History

2023-04-16 22:14:47 +03:00
{
"name": "nix13.pw",
"private": true,
"version": "1.0.0",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
2023-04-25 21:50:27 +03:00
"react-type-animation": "3.0.1",
2023-04-16 22:14:47 +03:00
"typescript": "5.0.4"
},
"devDependencies": {
2023-04-25 21:50:27 +03:00
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
2023-04-16 22:14:47 +03:00
"react-scripts": "5.0.1",
2023-04-25 21:50:27 +03:00
"sass": "1.62.0"
2023-04-16 22:14:47 +03:00
},
"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"
]
}
}