generated from sonofmagic/npm-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.8 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
{
"name": "tailwindcss-core-plugins-extractor",
"version": "0.1.2",
"description": "tailwindcss-core-plugins-extractor",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "types/index.d.ts",
"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": "jest",
"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",
"preinstall": "npx only-allow pnpm",
"ci:extract": "node scripts/extract.js",
"ci:lint": "eslint --fix",
"ci:check": "node scripts/check.js",
"ci:theme": "node scripts/theme.js",
"sync": "cnpm sync tailwindcss-core-plugins-extractor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/tailwindcss-core-plugins-extractor.git"
},
"files": [
"dist",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"tailwindcss",
"core-plugins",
"extractor"
],
"author": "SonOfMagic <qq1324318532@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonofmagic/tailwindcss-core-plugins-extractor/issues"
},
"homepage": "https://github.com/sonofmagic/tailwindcss-core-plugins-extractor#readme",
"devDependencies": {
"@icebreakers/eslint-config-ts": "^1.2.3",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/recommended": "^1.0.6",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"cross-env": "^7.0.3",
"defu": "^6.1.4",
"del": "^7.1.0",
"dlv": "^1.1.3",
"eslint": "8.52.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"only-allow": "^1.2.1",
"prettier": "^3.2.5",
"rollup": "^4.14.2",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-transform-paths": "^3.4.7"
}
}