el.xwx.moe/package.json

43 lines
980 B
JSON
Raw Normal View History

2022-04-09 03:14:50 -05:00
{
2022-06-01 04:43:14 -05:00
"name": "classify",
2022-04-09 03:14:50 -05:00
"version": "0.1.0",
2022-06-01 04:43:14 -05:00
"description": "A bookmark + archive manager for all your links and resources.",
2022-04-09 03:14:50 -05:00
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"nanoid": "^3.3.4",
2022-04-09 03:14:50 -05:00
"react": "^18.0.0",
"react-dom": "^18.0.0",
2022-05-27 08:03:01 -05:00
"react-lazyload": "^3.2.0",
2022-04-09 03:14:50 -05:00
"react-scripts": "5.0.0",
"react-select": "^5.3.2",
2022-04-09 03:14:50 -05:00
"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"
]
2022-05-10 11:40:08 -05:00
}
2022-04-09 03:14:50 -05:00
}