-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
{
"name": "liliya",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"bin": {
"liliya": "./bin/liliya.js"
},
"scripts": {
"build": "umi-tools build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xingyuefeng/liliya.git"
},
"author": "xingyuefeng",
"license": "ISC",
"bugs": {
"url": "https://github.com/xingyuefeng/liliya/issues"
},
"homepage": "https://github.com/xingyuefeng/liliya#readme",
"dependencies": {
"ajv": "^6.12.3",
"chalk": "^4.1.0",
"lodash": "^4.17.19",
"rimraf": "^3.0.2",
"rollup": "^2.23.0",
"signale": "^1.4.0",
"slash2": "^2.0.0",
"umi-tools": "^0.4.0",
"yargs-parser": "^18.1.3"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@svgr/rollup": "^5.4.0",
"autoprefixer": "^9.8.6",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-react-require": "^3.1.3",
"chokidar": "^3.4.2",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"less": "^3.12.2",
"less-plugin-npm-import": "^2.1.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-inject": "^3.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-postcss-umi": "^2.0.3",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-url": "^3.0.1",
"temp-dir": "^2.0.0",
"through2": "^4.0.2",
"typescript": "^3.9.7",
"vinyl-fs": "^3.0.3"
}
}