-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "postcss-deep-scopable",
"version": "1.0.1",
"description": "unified deep style scoped postcss plugin for vue",
"config": {
"libName": "postcss-deep-scopable"
},
"keywords": [
"postcss-deep-scopable",
"postcss-plugin",
"v-deep",
"/deep/",
">>>",
"deep scoped",
"scoped style",
"css",
"vue"
],
"author": "litt1e-p",
"license": "MIT",
"main": "dist/postcss-deep-scopable.umd.js",
"module": "dist/postcss-deep-scopable.esm.js",
"unpkg": "dist/postcss-deep-scopable.min.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litt1e-p/postcss-deep-scopable.git"
},
"bugs": {
"url": "https://github.com/litt1e-p/postcss-deep-scopable/issues"
},
"homepage": "https://github.com/litt1e-p/postcss-deep-scopable#readme",
"dependencies": {
"postcss": "^8.3.0"
},
"peerDependencies": {
"postcss": "^8.3.0",
"vue": ">= 2.6.11 < 3"
},
"devDependencies": {
"ava": "^3.15.0",
"postcss-reporter": "^7.0.2"
}
}