-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1018 Bytes
/
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
{
"name": "vue-scoped-to-css-modules",
"version": "0.0.9",
"description": "vue style scoped to css module style",
"main": "./lib/index.js",
"bin": {
"scoped2modules": "index.js"
},
"scripts": {
"test": "node index.js -s ./examples -f -e"
},
"files": [
"index.js",
"lib",
"transform",
"utils"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xujiujiu/vue-scoped-to-cssModules.git"
},
"keywords": [
"vue",
"scoped",
"css-modules"
],
"author": "xujiujiu",
"license": "MIT",
"bugs": {
"url": "https://github.com/xujiujiu/vue-scoped-to-cssModules/issues"
},
"homepage": "https://github.com/xujiujiu/vue-scoped-to-cssModules#readme",
"dependencies": {
"gogocode": "1.0.55",
"hyntax-yx": "1.0.8"
},
"devDependencies": {
"chalk": "4.1.0",
"cli-progress": "3.12.0",
"commander": "11.0.0",
"cross-spawn": "7.0.3",
"fs-extra": "11.1.1",
"postcss": "8.4.32",
"prettier": "^2.2.1"
}
}