-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.7 KB
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
{
"name": "@frigadehq/javascript",
"version": "0.0.1",
"private": true,
"license": "MIT",
"description": "Build better product onboarding, faster.",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo build",
"test": "turbo test",
"dev": "turbo dev --no-cache --continue",
"lint": "turbo lint",
"clean": "turbo clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo build && changeset publish",
"copy-version-number": "turbo run copy-version-number",
"prepublish": "turbo prepublish"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"eslint": "^7.32.0",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.7",
"prettier": "^2.5.1",
"rimraf": "^5.0.0",
"turbo": "^2.9.14"
},
"resolutions": {
"tar": "^7.5.21",
"uuid": "^11.1.1",
"serialize-javascript": "^7.0.5",
"ip-address": "^10.1.1",
"express/path-to-regexp": "0.1.13",
"minimatch@npm:9.0.3": "npm:9.0.7",
"js-yaml@^3.6.1": "3.15.2",
"js-yaml@^3.13.0": "3.15.2",
"js-yaml@^3.13.1": "3.15.2",
"js-yaml@^4.1.0": "4.3.2",
"nanoid": "^3.3.18",
"tmp": "^0.2.6",
"qs": "^6.16.0",
"brace-expansion@^1.1.7": "1.1.18",
"brace-expansion@^5.0.2": "5.0.9",
"browserslist": "^4.28.8",
"baseline-browser-mapping": "^2.11.21",
"joi": "^17.13.7",
"body-parser": "^1.20.6",
"cookie": "^0.7.2",
"on-headers": "^1.1.0",
"@tootallnate/once": "^2.0.1",
"yaml@2.3.1": "2.8.3",
"csv-parse": "^7.0.2"
},
"author": "Frigade Inc.",
"packageManager": "yarn@4.1.1"
}