forked from newthuhole/hole_thu_frontend
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"name": "webhole",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"load-script": "^1.0.0",
|
|
"pressure": "^2.1.2",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-lazyload": "latest",
|
|
"react-linkify": "^0.2.2",
|
|
"react-scripts": "1.1.4",
|
|
"react-timeago": "^4.1.9"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|