mirror of
https://github.com/infeng/react-viewer.git
synced 2025-12-08 17:36:40 +00:00
24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"name": "ssr-test",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"start": "babel-node server.js",
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/node": "^7.5.5",
|
|
"express": "^4.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@types/react": "^16.8.24",
|
|
"@types/react-dom": "^16.8.5",
|
|
"babel-loader": "^8.0.6",
|
|
"webpack": "^4.38.0",
|
|
"webpack-cli": "^3.3.6"
|
|
}
|
|
}
|