Files
lucko-paste/package.json

45 lines
1004 B
JSON
Raw Normal View History

2021-03-26 22:00:12 +00:00
{
"name": "paste",
"version": "0.1.0",
"private": true,
"dependencies": {
2022-01-08 19:10:27 +00:00
"@monaco-editor/react": "^4.3.1",
2021-03-26 22:00:12 +00:00
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"content-type-parser": "^1.0.2",
"copy-to-clipboard": "^3.3.1",
"history": "^5.0.0",
2021-03-27 11:49:46 +00:00
"local-storage": "^2.0.0",
2021-03-26 22:00:12 +00:00
"pako": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-01-08 19:10:27 +00:00
"react-scripts": "5.0.0",
2021-03-27 11:49:46 +00:00
"styled-components": "^5.2.1"
2021-03-26 22:00:12 +00:00
},
"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"
]
}
}