-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.68 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
63
{
"name": "@tableland/site",
"description": "The Tableland homepage",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/tablelandnetwork/site-tableland.git"
},
"keywords": [
"tableland",
"database",
"sql",
"sqlite",
"decentralized",
"web3",
"tamperproof"
],
"license": "MIT AND Apache-2.0",
"bugs": {
"url": "https://github.com/tablelandnetwork/site-tableland/issues"
},
"homepage": "https://github.com/tablelandnetwork/site-tableland#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint -- --fix",
"prettier": "prettier '**/*.{js,ts,json,tsx,md,css}' --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@amplitude/analytics-node": "1.3.5",
"@tailwindcss/typography": "0.5.9",
"@vercel/analytics": "1.1.1",
"@vercel/speed-insights": "^1.0.2",
"autoprefixer": "10.4.16",
"configcat-js-ssr": "7.1.1",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"eslint": "8.52.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "8.10.0",
"fathom-client": "3.5.0",
"next": "13.5.6",
"postcss": "8.4.31",
"prettier": "3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"sharp": "^0.32.6",
"tailwindcss": "3.4.1",
"typed.js": "2.0.16",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/node": "18.18.6",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.14"
}
}