This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.83 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
{
"name": "@singlestone/sugar-monorepo",
"version": "0.0.0",
"description": "SingleStone's sweet design system.",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "turbo run build",
"build:changed": "turbo run build --since=origin/main",
"build:tools": "turbo run build --no-deps --include-dependencies --filter=./tools/*",
"changeset": "changeset",
"clean": "turbo run clean && rimraf node_modules",
"dev": "turbo run dev --no-cache --parallel --continue",
"dev:changed": "turbo run dev --no-cache --parallel --continue --since=origin/main",
"dev:presets": "turbo run dev --no-cache --parallel --continue --no-deps --include-dependencies --scope=*preset*",
"doctoc": "doctoc -u .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"generate": "plop",
"lint": "turbo run lint",
"lint:changed": "turbo run lint --since=origin/main",
"lint:fix": "turbo run lint:fix",
"release": "pnpm build && pnpm run -r prepublishOnly && changeset publish",
"test": "turbo run test",
"test:changed": "turbo run test --since=origin/main",
"test:ci": "turbo run test:ci",
"test:ci:changed": "turbo run test:ci --since=origin/main"
},
"dependencies": {
"@antfu/ni": "0.21.3",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@singlestone/plop-generators-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@tsconfig/node14": "1.0.3",
"@tsconfig/vite-react": "2.0.0",
"doctoc": "2.2.1",
"plop": "3.1.2",
"prettier": "2.8.8",
"prettier-plugin-pkg": "0.17.1",
"rimraf": "5.0.1",
"tsx": "3.12.7",
"turbo": "1.9.9",
"typescript": "5.0.4"
},
"prettier": "@singlestone/prettier-config-sugar",
"volta": {
"node": "18.14.2",
"npm": "9.6.2"
}
}