generated from sonofmagic/npm-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.43 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
{
"name": "weapp-tailwindcss-children",
"version": "0.1.0",
"description": "weapp-tailwindcss-children 增强 tailwindcss 的小程序的选择器",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "yarn clean && yarn dts && cross-env NODE_ENV=development rollup -cw",
"build": "yarn clean && yarn dts && cross-env NODE_ENV=production rollup -c",
"build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
"dts": "ttsc --emitDeclarationOnly -p tsconfig.dts.json",
"test": "jest",
"init:rename": "node scripts/init/rename.js",
"init:bin": "node scripts/init/bin.js",
"clean": "node scripts/clean.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/weapp-tailwindcss-children.git"
},
"files": [
"dist",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"weapp",
"mini",
"tailwindcss",
"plugin",
"variants",
"child",
"miniprogram"
],
"author": "SonOfMagic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonofmagic/weapp-tailwindcss-children/issues"
},
"homepage": "https://github.com/sonofmagic/weapp-tailwindcss-children#readme",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.0.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^28.0.0",
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"cross-env": "^7.0.3",
"defu": "^6.1.0",
"del": "^7.0.0",
"eslint": "8.23.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "^27.0.2",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "6.0.1",
"jest": "^28.1.3",
"postcss": "^8.4.16",
"rollup": "^2.79.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.8.1",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"ttypescript": "^1.5.13",
"typescript": "^4.8.2",
"typescript-transform-paths": "^3.3.1"
},
"peerDependencies": {
"tailwindcss": "^3.0.0"
}
}