-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.29 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
{
"name": "@unite-2/object-ts",
"description": "JS objects utils",
"version": "1.0.0alpha",
"private": false,
"type": "module",
"index": "./dist/object.js",
"scripts": {
"dev": "vite",
"worker": "vite build",
"build": "vite build --config vite.config.js",
"build-wp": "webpack build --mode=production",
"preview": "vite preview",
"test": "deno run --allow-all ./test/Subscribe.ts"
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version"
],
"devDependencies": {
"@effective/eslint-config": "^5.4.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@sass-fairy/list": "^1.2.4",
"@types/node": "^22.8.1",
"autoprefixer": "^10.4.16",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"sass": "^1.77.6",
"terser": "^5.34.1",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-external": "^4.3.1",
"vite-plugin-minify": "^2.0.0",
"vite-plugin-optimizer": "^1.4.3",
"vite-plugin-singlefile": "^2.0.2"
}
}