UNPKG

1.88 kBJSONView Raw
1{
2 "name": "transform-es",
3 "version": "5.6.7",
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.19.3",
46 "@babel/runtime": "^7.19.0",
47 "babel-preset-packez": "^1.5.0",
48 "chalk": "^4.1.2",
49 "commander": "^9.4.1",
50 "eslint-config-packez": "^0.4.2",
51 "fs-extra": "^10.1.0",
52 "glob": "^8.0.3",
53 "gulp": "^4.0.2",
54 "gulp-babel": "^8.0.0",
55 "gulp-dart-scss": "^1.1.0",
56 "gulp-eslint": "^6.0.0",
57 "gulp-if": "^3.0.0",
58 "gulp-less": "^5.0.0",
59 "gulp-postcss": "^9.0.1",
60 "gulp-rename": "^2.0.0",
61 "gulp-watch": "^5.0.1",
62 "less": "^4.1.3",
63 "lodash": "^4.17.21",
64 "log-update": "^4.0.0",
65 "postcss": "^8.4.16",
66 "postcss-flexbugs-fixes": "^5.0.2",
67 "postcss-modules": "^5.0.0",
68 "postcss-preset-env": "^7.8.2",
69 "rp-queue": "^1.1.0",
70 "through2": "^4.0.2"
71 },
72 "devDependencies": {
73 "@types/react": "^18.0.21",
74 "react": "^18.2.0"
75 },
76 "publishConfig": {
77 "registry": "https://registry.npmjs.org"
78 },
79 "browserslist": [
80 ">=0.2%",
81 "not dead",
82 "not op_mini all",
83 "not Android 4.4.3-4.4.4",
84 "not ios_saf < 10",
85 "not Chrome < 50",
86 "firefox ESR"
87 ]
88}