-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "@quick-threejs/reactive",
"description": "Three,js quick starters",
"private": true,
"author": {
"email": "[email protected]",
"name": "Neosoulink",
"url": "https://github.com/Neosoulink"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Neosoulink/quick-threejs.git"
},
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"test": "turbo test",
"test:e2e": "turbo test:e2e",
"lint": "eslint . && turbo lint",
"format": "prettier --ignore-unknown --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,html,json,css,scss,md,mdx}\"",
"release": "pnpm changeset publish && git push --follow-tags",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.15.0",
"@quick-threejs/config": "workspace:*",
"@swc/core": "^1.9.3",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"turbo": "latest",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^6.0.1",
"vite-plugin-dts": "^4.3.0"
},
"dependencies": {
"@changesets/cli": "^2.27.9"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}