UNPKG

1.86 kBJSONView Raw
1{
2 "name": "transform-es",
3 "version": "5.5.0",
4 "description": "",
5 "keywords": [
6 "compile",
7 "babel",
8 "es6",
9 "scss",
10 "less",
11 "postcss",
12 "css",
13 "typescript",
14 "transform-es",
15 "transform",
16 "nil-build"
17 ],
18 "main": "lib/index.js",
19 "bin": {
20 "transform-es": "./lib/cli.js"
21 },
22 "author": {
23 "name": "nobo.zhou@foxmail.com"
24 },
25 "bugs": {
26 "url": "https://github.com/nil-build/transform-es/issues"
27 },
28 "homepage": "https://github.com/nil-build/transform-es#readme",
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/nil-build/transform-es.git"
32 },
33 "license": "MIT",
34 "scripts": {
35 "test": "node test/index",
36 "beta": "npm publish --tag beta",
37 "next": "npm publish --tag next"
38 },
39 "files": [
40 "*.md",
41 "lib",
42 "*.js"
43 ],
44 "dependencies": {
45 "@babel/core": "^7.10.2",
46 "@babel/runtime": "^7.10.2",
47 "babel-eslint": "^10.1.0",
48 "babel-preset-packez": "^1.3.0",
49 "chalk": "^2.4.2",
50 "commander": "^3.0.0",
51 "eslint": "^6.8.0",
52 "eslint-config-packez": "^0.4.2",
53 "fs-extra": "^8.1.0",
54 "glob": "^7.1.6",
55 "gulp": "^4.0.2",
56 "gulp-babel": "^8.0.0",
57 "gulp-dart-scss": "^1.0.4",
58 "gulp-eslint": "^6.0.0",
59 "gulp-if": "^3.0.0",
60 "gulp-less": "^4.0.1",
61 "gulp-postcss": "^8.0.0",
62 "gulp-rename": "^2.0.0",
63 "gulp-watch": "^5.0.1",
64 "less": "^3.11.2",
65 "lodash": "^4.17.20",
66 "log-update": "^3.4.0",
67 "postcss": "^7.0.31",
68 "postcss-flexbugs-fixes": "^4.2.1",
69 "postcss-modules": "^3.2.2",
70 "postcss-preset-env": "^6.7.0",
71 "rp-queue": "^1.1.0",
72 "through2": "^3.0.2"
73 },
74 "devDependencies": {
75 "@types/react": "^16.9.52",
76 "react": "^16.13.1"
77 },
78 "browserslist": [
79 ">=0.2%",
80 "not dead",
81 "not op_mini all",
82 "not Android 4.4.3-4.4.4",
83 "not ios_saf < 10",
84 "not Chrome < 50",
85 "firefox ESR"
86 ]
87}