-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.72 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": "@open-sauced/contributors.info",
"version": "1.3.0",
"private": true,
"license": "MIT",
"homepage": "https://contributor.info",
"bugs": {
"url": "https://github.com/open-sauced/contributor.info/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/open-sauced/contributor.info.git"
},
"engines": {
"node": ">= 16.7.0",
"npm": ">= 8.0.0"
},
"scripts": {
"types:auto-add": "npx typesync",
"types:auto-check": "npm run types:auto-add -- --dry",
"preinstall": "npx @open-sauced/check-engines",
"prestart": "npx @open-sauced/check-engines",
"push": "npx @open-sauced/conventional-commit",
"jest": "npx jest",
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "npm run jest -- --passWithNoTests",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "next lint",
"format": "next lint -- --fix --dir ."
},
"dependencies": {
"@nivo/core": "^0.84.0",
"@nivo/line": "^0.84.0",
"date-fns": "^3.0.6",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"rooks": "^7.2.1",
"swr": "^1.3.0",
"tailwindcss": "^3.1.8",
"tailwindcss-radix": "^2.6.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.23.1",
"@open-sauced/check-engines": "^1.2.0",
"@open-sauced/conventional-commit": "^1.0.1",
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.11",
"eslint": "8.23.0",
"eslint-config-next": "^12.2.5",
"jest": "^29.0.3",
"postcss": "^8.4.16",
"typescript": "4.8.2",
"typesync": "^0.9.2"
}
}