๐Ÿ“ฆ YMFE / nanachi-web-transpiler

๐Ÿ“„ package.json ยท 49 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49{
  "name": "nanachi-web-transpiler",
  "version": "0.0.1-beta.2",
  "description": "nanachi web transpiler",
  "main": "lib/index.js",
  "scripts": {
    "dev": "tsc -w",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YMFE/nanachi-web-transpiler.git"
  },
  "keywords": [
    "nanachi"
  ],
  "author": "roland_reed",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/YMFE/nanachi-web-transpiler/issues"
  },
  "homepage": "https://github.com/YMFE/nanachi-web-transpiler#readme",
  "dependencies": {
    "@babel/core": "^7.3.3",
    "@babel/generator": "^7.3.3",
    "@babel/parser": "^7.3.3",
    "@babel/plugin-proposal-class-properties": "^7.3.3",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-jsx": "^7.2.0",
    "@babel/template": "^7.2.2",
    "@babel/traverse": "^7.2.3",
    "@babel/types": "^7.3.3",
    "chokidar": "^2.1.2",
    "fs-extra": "^7.0.1",
    "ramda": "^0.26.1"
  },
  "devDependencies": {
    "@types/babel__generator": "^7.0.2",
    "@types/babel__template": "^7.0.2",
    "@types/babel__traverse": "^7.0.6",
    "@types/fs-extra": "^5.0.5",
    "@types/ramda": "^0.26.0",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.4",
    "tslint": "^5.13.0",
    "typescript": "^3.3.3333"
  }
}