-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "@izilong/util",
"version": "1.2.36",
"description": "@izilong/util",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
"dist",
"src"
],
"dependencies": {
"@types/node": "^17.0.23",
"@types/webpack": "^5.28.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"gen-esm-wrapper": "^1.1.2",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.2.8",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.6.0"
},
"scripts": {
"dev": "npx webpack serve --config build/dev.ts",
"build": "npx webpack --config build/prod.ts",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izilongwan/util.git"
},
"keywords": ["UI"],
"author": "izilongwan",
"license": "ISC",
"bugs": {
"url": "https://github.com/izilongwan/util/issues"
},
"homepage": "https://github.com/izilongwan/util#readme"
}