-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "@spark-build/web-utils",
"version": "0.0.6",
"description": "基础工具库",
"author": "[email protected]",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"dist",
"lib",
"es",
"types"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"np": {
"yarn": false
},
"scripts": {
"build": "yarn father-build build",
"publishPkg": "yarn build && npm version patch && npm publish",
"publishPackage": "yarn build && np --no-cleanup --yolo --any-branch",
"prepublishPackage": "yarn build && np --no-cleanup --yolo --no-publish --any-branch"
},
"devDependencies": {
"@spark-build/lint": "^0.0.9",
"@types/enzyme": "^3.10.8",
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/warning": "^3.0.0",
"coveralls": "^3.1.0",
"create-react-class": "^15.7.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"father-build": "^1.19.1",
"np": "^7.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"bignumber.js": "^9.0.1",
"file-saver": "^2.0.5"
}
}