generated from sonofmagic/npm-lib-template
-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "miniprogram-ts-quickstart",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"build": "weapp-vite build",
"build:babel": "echo build:babel",
"dev": "weapp-vite dev",
"open": "weapp-vite open",
"build-npm": "weapp-vite build-npm",
"postinstall": "weapp-tw patch"
},
"keywords": [],
"author": "ice breaker <[email protected]>",
"license": "",
"dependencies": {},
"devDependencies": {
"@weapp-tailwindcss/cli": "^3.0.0",
"@weapp-tailwindcss/merge": "^1.0.0-alpha.4",
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.1",
"postcss": "^8.4.49",
"postcss-rem-to-responsive-pixel": "^6.0.2",
"postcss-rpx-transform": "^1.0.1",
"tailwind-css-variables-theme-generator": "^0.4.0",
"tailwindcss": "3",
"tailwindcss-patch": "^5.0.2",
"tailwindcss-rem2px-preset": "^1.0.3",
"weapp-ide-cli": "^2.0.9",
"weapp-tailwindcss": "^4.0.0-alpha.8",
"weapp-tailwindcss-children": "^0.1.0",
"weapp-vite": "^2.0.1"
},
"packageManager": "[email protected]",
"type": "module",
"bugs": {
"url": "https://github.com/sonofmagic/weapp-tailwindcss/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git",
"directory": "demo/native-ts"
}
}