Me learning react like an absolute chungus
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
287B

  1. {
  2. "name": "section-1",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "lite-server"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "lite-server": "^2.5.4"
  14. }
  15. }