-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "f-com",
"version": "1.8.1",
"description": "开发中常用到的工具及组件",
"main": "dist/f-com.min.js",
"module": "dist/f-com.es.js",
"types": "dist/types.d.ts",
"miniprogram": "miniprogram_dist",
"scripts": {
"test": "NODE_ENV=test jest --config test/jest.config.js",
"build": "NODE_ENV=production npx rollup -c",
"build:type": "tsc --emitDeclarationOnly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maYunLaoXi/f-com.git"
},
"keywords": [
"utils",
"f-com"
],
"author": "maYunLaoXi",
"license": "ISC",
"bugs": {
"url": "https://github.com/maYunLaoXi/f-com/issues"
},
"homepage": "https://github.com/maYunLaoXi/f-com#readme",
"dependencies": {
"lodash": "^4.17.20",
"miniprogram-api-typings": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.12.1",
"@types/file-saver": "^2.0.3",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.191",
"babel-jest": "^26.5.2",
"file-saver": "^2.0.2",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.4.2",
"jszip": "^3.9.1",
"path": "^0.12.7",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^26.4.3",
"ts-loader": "^8.0.9",
"tslib": "1.14.0",
"typescript": "^4.0.5",
"webpack-merge": "^5.1.4"
}
}