You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

102 lines
2.9 KiB

{
"name": "unocss-preset-weapp",
"version": "0.2.5",
"description": "the unocss preset for wechat miniprogram",
"author": "MellowCo",
"license": "MIT",
"homepage": "https://github.com/MellowCo/unocss-prest-weapp",
"repository": {
"type": "git",
"url": "https://github.com/MellowCo/unocss-prest-weapp"
},
"bugs": {
"url": "https://github.com/MellowCo/unocss-prest-weapp/issues"
},
"keywords": [
"unocss",
"unocss-preset",
"weapp",
"uniapp"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./theme": {
"types": "./dist/theme.d.ts",
"require": "./dist/theme.cjs",
"import": "./dist/theme.mjs"
},
"./variants": {
"types": "./dist/variants.d.ts",
"require": "./dist/variants.cjs",
"import": "./dist/variants.mjs"
},
"./rules": {
"types": "./dist/rules.d.ts",
"require": "./dist/rules.cjs",
"import": "./dist/rules.mjs"
},
"./colors": {
"types": "./dist/colors.d.ts",
"require": "./dist/colors.cjs",
"import": "./dist/colors.mjs"
},
"./utils": {
"types": "./dist/utils.d.ts",
"require": "./dist/utils.cjs",
"import": "./dist/utils.mjs"
},
"./transformer": {
"types": "./dist/transformer.d.ts",
"require": "./dist/transformer.cjs",
"import": "./dist/transformer.mjs"
},
"./*": "./*"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.d.ts",
"*.css"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test": "vitest",
"uniapp3": "npm -C examples/uniapp_vue3 run dev:mp-weixin",
"uniapp3:h5": "npm run build && npm -C examples/uniapp_vue3 run dev:h5",
"uniapp2": "nr build &&npm -C examples/uniapp_vue2 run dev:mp-weixin",
"uniapp2:h5": "nr build &&npm -C examples/uniapp_vue2 run dev:h5",
"taro": "nr build &&npm -C examples/taro_react run dev:weapp",
"taro:h5": "nr build &&npm -C examples/taro_react run dev:h5",
"taro_vue2": "nr build &&npm -C examples/taro_vue2 run dev:weapp",
"taro_vue2:h5": "nr build &&npm -C examples/taro_vue2 run dev:h5",
"taro_vue3": "nr build &&npm -C examples/taro_vue3 run dev:weapp",
"taro_vue3:h5": "nr build &&npm -C examples/taro_vue3 run dev:h5",
"prepublishOnly": "nr build",
"release": "bumpp",
"lint": "eslint ."
},
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@unocss/core": "^0.47.6",
"unplugin-attributify-to-class": "^0.2.0",
"unplugin-transform-class": "^0.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"bumpp": "^8.2.1",
"eslint": "^8.29.0",
"msw": "^0.49.2",
"typescript": "^4.9.4",
"unbuild": "^1.0.2",
"vite": "^3.2.5",
"vitest": "^0.25.8"
}
}