generated from secundant/product-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
68 lines (68 loc) · 1.74 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
61
62
63
64
65
66
67
68
{
"name": "@neodx/root",
"version": "0.0.0",
"license": "MIT",
"private": true,
"homepage": "https://github.com/secundant/neodx",
"repository": {
"type": "git",
"url": "https://github.com/secundant/neodx"
},
"author": {
"name": "Dmitry Remezov",
"url": "https://github.com/secundant"
},
"workspaces": [
"examples/*",
"apps/*",
"libs/*",
"tools/*",
"tools/scripts/templates/*"
],
"scripts": {
"clean-node_modules": "yarn dlx rimraf '**/node_modules'",
"check-install": "yarn dlx @yarnpkg/doctor .",
"postinstall": "is-ci || yarn husky install",
"release-version": "yarn changeset version && yarn nx format:write && yarn install --mode=update-lockfile",
"release-publish": "AUTOBUILD_FORCE_FLATTEN=true yarn nx affected:build && yarn changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@neodx/scripts": "workspace:*",
"@nx/vite": "18.0.4",
"@types/node": "20.11.19",
"eslint": "8.56.0",
"eslint-kit": "10.15.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"nx": "18.0.4",
"picomatch": "3.0.1",
"prettier": "3.2.5",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.3.0",
"zeptomatch": "1.2.2"
},
"dependenciesMeta": {
"core-js": {
"built": false
},
"core-js-pure": {
"built": false
}
},
"engines": {
"node": ">=18.0.0",
"yarn": ">=4.0.0",
"npm": "please-use-yarn"
},
"packageManager": "[email protected]"
}