-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 1.83 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "transform-es",
"version": "5.6.7",
"description": "",
"keywords": [
"compile",
"babel",
"es6",
"scss",
"less",
"postcss",
"css",
"typescript",
"transform-es",
"transform",
"nil-build"
],
"main": "lib/index.js",
"bin": {
"transform-es": "./lib/cli.js"
},
"author": {
"name": "nobo.zhou@foxmail.com"
},
"bugs": {
"url": "https://github.com/nil-build/transform-es/issues"
},
"homepage": "https://github.com/nil-build/transform-es#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nil-build/transform-es.git"
},
"license": "MIT",
"scripts": {
"test": "node test/index",
"beta": "npm publish --tag beta",
"next": "npm publish --tag next"
},
"files": [
"*.md",
"lib",
"*.js"
],
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/runtime": "^7.19.0",
"babel-preset-packez": "^1.5.0",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"eslint-config-packez": "^0.4.2",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-dart-scss": "^1.1.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-watch": "^5.0.1",
"less": "^4.1.3",
"lodash": "^4.17.21",
"log-update": "^4.0.0",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-modules": "^5.0.0",
"postcss-preset-env": "^7.8.2",
"rp-queue": "^1.1.0",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/react": "^18.0.21",
"react": "^18.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"browserslist": [
">=0.2%",
"not dead",
"not op_mini all",
"not Android 4.4.3-4.4.4",
"not ios_saf < 10",
"not Chrome < 50",
"firefox ESR"
]
}