Me learning react like an absolute chungus
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
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. }