-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.2 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.2 KB
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
89
90
91
92
93
94
95
{
"name": "bid-base",
"version": "1.2.4",
"description": "fed tools",
"main": "lib/index.js",
"scripts": {
"watch": "npx babel ./src -d lib --watch",
"delete": "rm -rf lib && rm -rf dist",
"build": "npm run delete && npx babel ./src -d lib",
"tag": "npm run build && npm publish ./",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purple97/bid.git"
},
"keywords": [
"bid",
"br-bid"
],
"author": "dezhao.chen",
"license": "ISC",
"bugs": {
"url": "https://github.com/purple97/bid/issues"
},
"homepage": "https://github.com/purple97/bid#readme",
"dependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-class-static-block": "^7.17.6",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.19.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-react-scoped-css": "^1.1.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bid-lazy-loader": "latest",
"cheerio": "^1.0.0-rc.3",
"clean-webpack-plugin": "^3.0.0",
"cli-color": "^2.0.0",
"commander": "^5.1.0",
"css-loader": "^3.6.0",
"ejs-loader": "^0.5.0",
"eslint": "^7.4.0",
"file-loader": "^6.0.0",
"fs-extra": "^0.30.0",
"git-tools": "^0.3.0",
"html-webpack-plugin": "5.3.1",
"http-proxy-middleware": "^2.0.3",
"inquirer": "^7.3.2",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"less-middleware": "^3.1.0",
"less-variable-injection": "^1.0.0",
"npm": "^6.14.6",
"postcss": "^8.4.12",
"postcss-loader": "^4.3.0",
"postcss-pxtorem": "^5.1.1",
"progress-bar-webpack-plugin": "^2.1.0",
"promise": "^8.1.0",
"scoped-css-loader": "^1.0.0",
"semver": "^5.4.1",
"speed-measure-webpack-plugin": "^1.3.3",
"style-loader": "^1.2.1",
"tailwindcss": "^3.0.23",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^8.0.1",
"typescript": "^4.8.0",
"uglify-js": "^3.15.1",
"urllib": "^2.38.0",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
"webpack-plugin-inline-source": "1.1.0-beta.1",
"wide-align": "^1.1.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"mocha": "^10.2.0"
},
"peerDependencies": {
"webpack": ">= 5.x"
}
}