-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
{
"name": "@3-/web",
"type": "module",
"version": "0.1.20",
"repository": {
"type": "git",
"url": "git+https://github.com/i18n-site/web.git"
},
"homepage": "https://github.com/i18n-site/web/tree/dev",
"files": [
"./*"
],
"exports": {
"./*": "./*"
},
"author": "[email protected]",
"license": "Apache-2.0",
"browserslist": [
">1%"
],
"dependencies": {
"@3-/minifyjs": "^0.1.4"
},
"devDependencies": {
"svelte": "^5.20.4",
"@3-/coffee_plus": "^0.1.26",
"@3-/css2js": "^0.1.6",
"@3-/jsext": "^0.0.7",
"@3-/loader": "^0.0.2",
"@3-/mdt": "^0.1.5",
"@3-/prettier-plugin-svelte": "3.2.8",
"@3-/pug": "^0.1.11",
"@3-/read": "^0.1.4",
"@3-/svelte-com": "file:../hpc/coffee/svelte-com",
"@3-/walk": "^0.0.2",
"@3-/write": "^0.0.2",
"@biomejs/biome": "^1.9.4",
"@dotenvx/dotenvx": "^1.38.3",
"@eslint/js": "^9.21.0",
"@prettier/plugin-pug": "^3.2.1",
"@swc/core": "^1.11.1",
"concurrently": "^9.1.2",
"eslint": "^9.21.0",
"eslint-plugin-prefer-arrow-functions": "^3.6.2",
"lightningcss-cli": "^1.29.1",
"lodash-es": "^4.17.21",
"nodemon": "^3.1.9",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"prettier-plugin-stylus-supremacy": "^1.0.4",
"prettier-plugin-toml": "^2.0.2",
"prettier-pnp": "^0.3.0",
"stylelint": "^16.14.1",
"stylelint-config-recommended": "^15.0.0",
"svgo": "^3.3.2",
"terser": "^5.39.0",
"vite": "^6.2.0",
"zx": "^8.3.2"
}
}