39 lines
923 B
JSON
39 lines
923 B
JSON
{
|
|
"name": "paste",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"homepage": "https://paste.dn42.us/ui",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"bootstrap": "^4.5.2",
|
|
"bootstrap-4-react": "0.0.59",
|
|
"crypto-js": "^4.0.0",
|
|
"pako": "^2.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-highlight": "^0.15.0",
|
|
"react-markdown": "^9.0.0",
|
|
"react-router-dom": "^6.17.0",
|
|
"react-scripts": "^5.0.1",
|
|
"seedrandom": "^3.0.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|