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.
67 lines
1.8 KiB
67 lines
1.8 KiB
{ |
|
"name": "webhole", |
|
"version": "1.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@traptitech/markdown-it-katex": "^3.6.0", |
|
"copy-to-clipboard": "^3.3.1", |
|
"gh-pages": "^4.0.0", |
|
"highlight.js": "^10.1.1", |
|
"html-to-react": "^1.5.0", |
|
"katex": "0.16.0", |
|
"load-script": "^1.0.0", |
|
"markdown-it": "^13.0.0", |
|
"pressure": "^2.1.2", |
|
"prop-types": "15.8.1", |
|
"punycode": "2.1.1", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-lazyload": "^3.2.0", |
|
"react-polls": "^1.2.0", |
|
"react-scripts": "5.0.1", |
|
"react-timeago": "^7.1.0", |
|
"workbox-background-sync": "^6.4.2", |
|
"workbox-broadcast-update": "^6.4.2", |
|
"workbox-cacheable-response": "^6.4.2", |
|
"workbox-core": "^6.4.2", |
|
"workbox-expiration": "^6.4.2", |
|
"workbox-google-analytics": "^6.4.2", |
|
"workbox-navigation-preload": "^6.4.2", |
|
"workbox-precaching": "^6.4.2", |
|
"workbox-range-requests": "^6.4.2", |
|
"workbox-routing": "^6.4.2", |
|
"workbox-strategies": "^6.4.2", |
|
"workbox-streams": "^6.4.2" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"test": "echo 'skipped react-scripts test --env=jsdom'", |
|
"predeploy": "react-scripts build", |
|
"deploy": "gh-pages -d build", |
|
"eject": "react-scripts eject", |
|
"lint": "eslint --fix src/*.js" |
|
}, |
|
"homepage": ".", |
|
"browserslist": { |
|
"production": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
}, |
|
"devDependencies": { |
|
"eslint": "8.21.0", |
|
"eslint-config-prettier": "^8.5.0", |
|
"eslint-config-react-app": "^7.0.1", |
|
"eslint-plugin-prettier": "^4.2.1", |
|
"eslint-plugin-react": "7.30.1", |
|
"prettier": "^2.7.1" |
|
}, |
|
"packageManager": "[email protected]" |
|
}
|
|
|