-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "bad-css-loader",
"version": "1.0.5",
"description": "查找入侵式的第三发css样式",
"main": "dist/index.js",
"scripts": {
"test": "jest test/loader.test.js",
"test:watch": "jest test/loader.test.js --watch",
"dev": "nodemon --exec npx babel-node ./server.js",
"build": "npx babel ./index.js ./plugin.js --out-dir ./dist/",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WzFFzW/bad-css-loader.git"
},
"keywords": [
"css",
"webpack",
"loader",
"js"
],
"author": "wzffzw",
"license": "ISC",
"bugs": {
"url": "https://github.com/WzFFzW/bad-css-loader/issues"
},
"homepage": "https://github.com/WzFFzW/bad-css-loader#readme",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"babel-jest": "^26.0.1",
"css-loader": "^3.5.3",
"jest": "^26.0.1",
"less-loader": "^6.1.0",
"memory-fs": "^0.5.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0"
},
"dependencies": {
"chalk": "^4.1.0",
"loader-utils": "^2.0.0",
"postcss": "^7.0.32",
"schema-utils": "^2.7.0"
}
}