๐Ÿ“ฆ colinhacks / bye-react

๐Ÿ“„ package.json ยท 31 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31{
  "name": "bye-react",
  "version": "1.0.1",
  "description": "Migrate from React to Preact with one command.",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "test"
  },
  "author": "Colin McDonnell <colinmcd@mit.edu>",
  "license": "MIT",
  "bin": {
    "bye-react": "./lib/index.js"
  },
  "dependencies": {
    "cjson": "^0.5.0",
    "co": "^4.6.0",
    "co-prompt": "^1.0.0",
    "colors": "^1.1.2",
    "commander": "^2.11.0",
    "preact": "^8.2.1",
    "preact-compat": "^3.17.0",
    "rimraf": "^2.6.1"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}