-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "remove-ui-hash-loader",
"version": "1.0.5",
"description": "custom loader to remove ui module",
"main": "./dist/cjs.js",
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"loader-utils": "^2.0.0",
"schema-utils": "^2.7.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"ypkgfiles": "^1.6.0"
},
"devDependencies": {},
"scripts": {
"ypkgfiles": "ypkgfiles --entry README.md --entry package.json",
"build": "cross-env NODE_ENV=production babel src -d dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yizhengfeng-jj/remove-ui-module.git"
},
"keywords": [
"css-module",
"webpack",
"loader"
],
"author": "json",
"license": "ISC",
"bugs": {
"url": "https://github.com/yizhengfeng-jj/remove-ui-module/issues"
},
"homepage": "https://github.com/yizhengfeng-jj/remove-ui-module#readme",
"files": [
"dist",
"README.md",
"package.json"
]
}