-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 856 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
{
"name": "vue-implicit-css-modules",
"version": "0.1.5",
"description": "Implicitly replace class names using Vue css modules",
"homepage": "https://github.com/AjiTae/vue-implicit-css-modules",
"bugs": "https://github.com/AjiTae/vue-implicit-css-modules/issues",
"repository": {
"type": "git",
"url": "https://github.com/AjiTae/vue-implicit-css-modules.git"
},
"keywords": [
"Vue",
"css",
"css-modules",
"cssmodules",
"replace",
"plugin",
"sfc"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p . ",
"prepare": "yarn build"
},
"files": [
"dist/**/*",
"types/**/*"
],
"dependencies": {},
"peerDependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"typescript": "^3.8.3",
"vue": "^2.6.11"
}
}