THU Hole react frontend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

42 lines
1.1 KiB

{
"name": "webhole",
"version": "0.1.0",
"private": true,
"dependencies": {
"copy-to-clipboard": "^3.0.8",
"fix-orientation": "^1.1.0",
"gh-pages": "^3.0.0",
"highlight.js": "^10.1.1",
"html-to-react": "^1.4.3",
"load-script": "^1.0.0",
"markdown-it": "^11.0.0",
"markdown-it-katex": "^2.0.3",
"pressure": "^2.1.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-google-recaptcha-v3": "^1.5.2",
"react-scripts": "^3.1.1",
"react-timeago": "^4.1.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "echo 'skipped react-scripts test --env=jsdom'",
"predeploy": "",
"deploy": "gh-pages -b gh-pages-master -d build -m $(TZ=Asia/Shanghai date +\"%y%m%d%H%M%S\")",
"eject": "react-scripts eject"
},
"homepage": "https://://cdn.jsdelivr.net/gh/thuhole/webhole@gh-pages-master",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}