generated from sonofmagic/npm-lib-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
161 lines (161 loc) · 4.67 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "weapp-pandacss",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "to use pandacss in weapp, 在小程序里使用 pandacss",
"author": "SonOfMagic <[email protected]>",
"license": "MIT",
"homepage": "https://sonofmagic.github.io/weapp-pandacss/",
"repository": {
"type": "git",
"url": "https://github.com/sonofmagic/weapp-pandacss.git"
},
"bugs": {
"url": "https://github.com/sonofmagic/weapp-pandacss/issues"
},
"keywords": [
"panda",
"pandacss",
"css-in-js",
"weapp",
"wechat",
"mini",
"miniprogram",
"mini app",
"taro",
"uni-app",
"小程序",
"vite",
"postcss"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./postcss": {
"types": "./dist/postcss.d.ts",
"import": "./dist/postcss.mjs",
"require": "./dist/postcss.cjs"
},
"./*": "./*"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"bin": {
"weapp-pandacss": "bin/weapp-pandacss.js",
"weapp-panda": "bin/weapp-pandacss.js"
},
"files": [
"bin",
"dist",
"types"
],
"scripts": {
"dev": "pnpm clean && pnpm dts && cross-env NODE_ENV=development rollup --config rollup.config.ts --configPlugin typescript -w",
"build": "pnpm clean && pnpm dts && cross-env NODE_ENV=production rollup --config rollup.config.ts --configPlugin typescript",
"build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
"dts": "tsc --emitDeclarationOnly -p tsconfig.dts.json",
"test:dev": "vitest",
"test": "vitest run",
"init:rename": "node scripts/init/rename.js",
"init:bin": "node scripts/init/bin.js",
"clean": "node scripts/clean.js",
"format": "pnpm prettier --check \"src/**/*.{ts,js}\" -w",
"ls:pack": "npm pack --dry-run",
"prepare": "ts-patch install -s",
"semantic-release": "semantic-release",
"sync": "cnpm sync weapp-pandacss",
"docs": "typedoc --out docs src/types.ts --tsconfig ./tsconfig.docs.json",
"preview": "vite preview docs --outDir .",
"e2e": "vitest run -c ./vitest.e2e.config.ts",
"e2e:build": "cd examples && pnpm run build",
"e2e:dev": "vitest -c ./vitest.e2e.config.ts",
"e2e:u": "npm run e2e:build && vitest run -u -c ./vitest.e2e.config.ts"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"postcss": "^8.4"
},
"dependencies": {
"@babel/generator": "^7.24.8",
"@babel/parser": "^7.24.8",
"@babel/traverse": "^7.24.8",
"@babel/types": "^7.24.8",
"@csstools/postcss-cascade-layers": "4.0.6",
"@csstools/postcss-is-pseudo-class": "4.0.8",
"@pandacss/config": "^0.44.0",
"@weapp-core/escape": "2.1.0",
"c12": "^1.11.1",
"cac": "^6.7.14",
"fs-extra": "^11.2.0",
"local-pkg": "^0.5.0",
"postcss-selector-parser": "^6.1.1"
},
"devDependencies": {
"@icebreakers/eslint-config": "^0.3.8",
"@pandacss/dev": "^0.44.0",
"@pnpm/lockfile-file": "^9.1.2",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/recommended": "^1.0.6",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
"@types/fs-extra": "^11.0.4",
"@types/klaw": "^3.0.6",
"@types/lodash": "^4.17.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.5",
"@types/semantic-release": "^20.0.6",
"@vitest/coverage-v8": "^2.0.0",
"colorette": "^2.0.20",
"cross-env": "^7.0.3",
"debounce": "^2.1.0",
"dedent": "^1.5.3",
"defu": "^6.1.4",
"del": "^7.1.0",
"eslint": "9.8.0",
"klaw": "^4.1.0",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"merge": "^2.1.1",
"miniprogram-automator": "^0.12.1",
"only-allow": "^1.2.1",
"outdent": "^0.8.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"rollup": "^4.18.1",
"rollup-plugin-visualizer": "^5.12.0",
"semantic-release": "^24.0.0",
"semver": "^7.6.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.3",
"typedoc": "^0.26.0",
"typescript": "^5.4.5",
"typescript-transform-paths": "^3.4.7",
"vite": "^5.3.1",
"vitest": "^2.0.0"
}
}