-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
64
65
66
67
68
69
70
71
72
73
{
"name": "kontenbase-web",
"description": "Kontenbase Website",
"private": true,
"license": "",
"scripts": {
"postinstall": "remix setup node",
"dev": "node -r dotenv/config node_modules/.bin/remix dev",
"build": "remix build",
"start": "remix-serve build",
"format": "prettier --write .",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "eslint --fix . --ext .js,.ts,.tsx"
},
"dependencies": {
"@radix-ui/colors": "0.1.8",
"@radix-ui/react-alert-dialog": "0.1.5",
"@radix-ui/react-aspect-ratio": "0.1.3",
"@radix-ui/react-avatar": "0.1.3",
"@radix-ui/react-collapsible": "0.1.5",
"@radix-ui/react-visually-hidden": "0.1.3",
"@remix-run/react": "^1.1.1",
"@remix-run/serve": "^1.1.1",
"@remix-run/vercel": "^1.1.1",
"@splitbee/web": "0.3.0",
"@stitches/react": "1.2.6",
"@types/marked": "4.0.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@urql/core": "2.3.6",
"axios": "0.25.0",
"dayjs": "1.10.7",
"dotenv": "14.2.0",
"front-matter": "4.0.2",
"graphql": "16.2.0",
"html-react-parser": "1.4.5",
"marked": "4.0.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga4": "1.4.1",
"react-icons": "4.3.1",
"react-multi-carousel": "2.6.5",
"remark-frontmatter": "4.0.1",
"remark-mdx-frontmatter": "1.1.1",
"remix": "^1.1.1",
"string-to-color": "2.2.2",
"tiny-invariant": "1.2.0",
"urql": "2.0.6",
"xdm": "3.3.3"
},
"devDependencies": {
"@remix-run/dev": "^1.1.1",
"@types/nprogress": "0.2.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}