-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 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
{
"name": "tar",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/preset-env": "^7.28.5",
"@literals/rollup-plugin-html-css-minifier": "^3.0.1",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^25.0.3",
"autoprefixer": "^10.4.22",
"child_process": "^1.0.2",
"cssnano": "^7.1.2",
"cssnano-preset-lite": "^4.0.4",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-preset-env": "^10.6.0",
"terser": "^5.44.1",
"typescript": "next",
"vite": "npm:rolldown-vite@^7.3.0",
"vite-plugin-babel": "^1.3.2"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@^7.3.0"
}
},
"dependencies": {
"core-js": "^3.47.0",
"css-declaration-sorter": "^7.3.1",
"dreamland": "^0.1.3",
"humanize-duration": "^3.33.2",
"postcss-calc": "^10.1.1",
"postcss-convert-values": "^7.0.8",
"postcss-discard-comments": "^7.0.5",
"postcss-discard-duplicates": "^7.0.2",
"postcss-merge-longhand": "^7.0.5",
"postcss-merge-rules": "^7.0.7",
"postcss-minify-params": "^7.0.5",
"postcss-minify-selectors": "^7.0.5",
"postcss-normalize-charset": "^7.0.1",
"postcss-svgo": "^7.1.0",
"postcss-unique-selectors": "^7.0.4",
"regenerator-runtime": "^0.14.1"
}
}