-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
62 lines (62 loc) · 1.85 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
{
"name": "explorer-1",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "3.2.96",
"type": "module",
"description": "Monorepo for JPL's design system, Explorer 1",
"keywords": [
"vue",
"design system",
"storybook",
"html",
"css",
"scss",
"tailwindcss"
],
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"scripts": {
"changeset": "pnpm exec changeset",
"clean": "pnpm clean:nodemodules && pnpm clean:dist && pnpm clean:nuxt",
"clean:nodemodules": "rimraf \"**/node_modules\"",
"clean:cache": "rimraf \"**/.cache\"",
"clean:dist": "rimraf \"**/dist\"",
"clean:nuxt": "rimraf \"**/.nuxt\"",
"refresh": "pnpm clean && pnpm i",
"nuke-frontend": "rimraf pnpm-lock.yaml && pnpm run refresh",
"nuke": "pnpm run clean:nodemodules && pnpm run nuke-frontend",
"preinstall": "npx --yes only-allow pnpm",
"preupdate": "npx --yes only-allow pnpm",
"lint": "pnpm run -r --if-present lint",
"lint:fix": "pnpm run -r --if-present lint:fix"
},
"engines": {
"node": "^20.13.1",
"pnpm": ">=9.1.1",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"devDependencies": {
"@chromatic-com/storybook": "^1",
"@explorer-1/eslint-config": "workspace:^",
"@explorer-1/html": "workspace:^",
"@explorer-1/html-storybook": "workspace:^",
"@explorer-1/vue": "workspace:^",
"@explorer-1/vue-storybook": "workspace:^",
"@types/node": "^20.12.12"
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}