forked from tabler/tabler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 KB
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
{
"private": true,
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"homepage": "https://tabler.io",
"scripts": {
"build": "turbo build && pnpm run zip-package",
"dev": "turbo dev",
"clean": "turbo clean",
"bundlewatch": "turbo bundlewatch",
"type-check": "turbo type-check",
"test": "turbo test",
"test:watch": "turbo test:watch",
"test:coverage": "turbo test:coverage",
"version": "changeset version",
"publish": "changeset publish",
"reformat-md": "tsx .build/reformat-mdx.ts",
"lint": "pnpm run lint-md",
"lint-md": "markdownlint docs/content/**/*.md",
"zip-package": "tsx .build/zip-package.ts",
"start": "pnpm dev"
},
"packageManager": "pnpm@10.32.1",
"dependencies": {
"shx": "^0.4.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"adm-zip": "^0.5.16",
"autoprefixer": "^10.4.27",
"bundlewatch": "^0.4.1",
"clean-css-cli": "^5.6.3",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"fs-extra": "^11.3.4",
"glob": "^13.0.6",
"js-beautify": "^1.15.4",
"markdownlint-cli": "^0.48.0",
"nodemon": "^3.1.14",
"pnpm": "^10.27.0",
"postcss": "^8.5.8",
"postcss-cli": "^11.0.1",
"prettier": "^3.8.1",
"rtlcss": "^4.3.0",
"sass": "1.97.3",
"shelljs": "^0.10.0",
"terser": "^5.46.0",
"tsx": "^4.21.0",
"turbo": "^2.8.14",
"vite": "^7.3.1"
}
}