-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "200b-electronics-library",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^1.35.6",
"@supabase/ui": "^0.36.5",
"classnames": "^2.3.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fast-fuzzy": "^1.12.0",
"googleapis": "^107.0.0",
"next": "12.2.5",
"parse-google-docs-json": "^3.0.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-confetti-explosion": "^2.0.2",
"react-dom": "18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-simple-code-editor": "^0.13.1",
"stylelint-order": "^6.0.3",
"supabase": "^1.4.3",
"swr": "^2.1.5"
},
"devDependencies": {
"@types/node": "18.7.15",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"eslint": "^8.23.0",
"eslint-config-next": "12.2.5",
"postcss-scss": "^4.0.6",
"sass": "^1.54.9",
"stylelint": "^15.6.0",
"stylelint-config-recommended": "^12.0.0",
"stylelint-scss": "^4.6.0",
"stylelint-semantic-groups": "^1.2.0",
"typescript": "4.8.2",
"typescript-eslint": "^0.0.1-alpha.0"
}
}