forked from darenmalfait/nerdfishui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.32 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
{
"version": "1.0.0",
"name": "@moraitis/nerdfishui-md",
"description": "Modified version of the nerdfishui package for use on moraitis design projects.",
"author": {
"name": "Tim Moraitis",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/moraitis/nerdfishui-md.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/moraitis"
},
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"changeset:release": "changeset publish",
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile && git add .",
"clean": "turbo run clean && rm -rf node_modules",
"dev": "turbo run dev --no-cache --continue",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"release": "turbo run build --filter=docs^... && changeset publish",
"validate": "turbo run lint"
},
"dependencies": {
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"eslint": "^8.53.0",
"eslint-config-daren": "^4.2.0",
"husky": "^8.0.3",
"turbo": "^1.10.16"
},
"packageManager": "[email protected]"
}