ncpb/package.json

44 lines
994 B
JSON
Raw Normal View History

2021-02-05 01:09:44 +00:00
{
"name": "ncpb",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-syntax-highlighter": "^13.5.0",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-scripts": "4.0.2",
"react-syntax-highlighter": "^15.4.3",
"typescript": "^4.1.2"
},
2021-02-12 15:27:34 +00:00
"proxy":"https://your.nextcloud.org",
2021-02-05 01:09:44 +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"
]
}
}