-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vite-plugin-style-to-vw",
"version": "1.8.11",
"description": "一个可以将签内样式px转换vw的plugin",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --dts --format esm --minify --outDir dist",
"test:vue": "cd examples/my-vue-app && pnpm i && pnpm run dev",
"test:react": "cd examples/my-react-app && pnpm i && pnpm run dev"
},
"keywords": [
"vite-plugin-style-to-vw",
"style-to-vw",
"vite-plugin",
"style",
"vw",
"px",
"px-to-vw",
"style-to-vw-plugin",
"style-px-to-vw",
"vite-px-to-vw",
"vite-style-to-vw",
"vite-style-px-to-vw",
"vite-style-to-vw-plugin",
"vite-style-px-to-vw-plugin",
"vite-style-to-vw-plugin",
"vite-style-px-to-vw-plugin",
"vite-style-px-to-vw-plugin",
"vite-react-style-to-vw",
"vite-react-style-to-vw",
"vite-react-px-to-vw",
"vite-react-style-to-vw-plugin",
"vite-react-style-px-to-vw-plugin",
"vite-react-style-to-vw-plugin",
"vite-react-style-to-vw-plugin",
"vite-react-style-to-vw-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/cq112233/vite-plugin-style-to-vw.git"
},
"author": "cq",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/cq112233/vite-plugin-style-to-vw/issues"
},
"dependencies": {
"rollup-pluginutils": "^2.8.2"
}
}