-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "glob-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress:open": "cypress open"
},
"dependencies": {
"@monaco-editor/react": "^4.1.2",
"@radix-ui/react-context-menu": "^0.0.10",
"@radix-ui/react-dialog": "^0.0.15",
"@radix-ui/react-dropdown-menu": "^0.0.17",
"@sentry/integrations": "^6.3.1",
"@sentry/node": "^6.3.1",
"@sentry/react": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@sentry/webpack-plugin": "^1.15.1",
"@state-designer/react": "^1.7.1",
"@stitches/react": "^0.1.9",
"@supabase/supabase-js": "^1.11.6",
"add": "^2.0.6",
"chrome-aws-lambda": "^8.0.2",
"classnames": "^2.2.6",
"framer-motion": "^4.0.3",
"gtag": "^1.0.1",
"kld-intersections": "^0.7.0",
"next": "10.0.8",
"prettier": "^2.2.1",
"puppeteer-core": "^9.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-feather": "^2.0.9",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/gtag.js": "^0.0.4",
"@types/next": "^9.0.0",
"@types/node": "^14.14.34",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"cypress": "^7.0.1",
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.2",
"monaco-editor": "^0.23.0",
"puppeteer": "^9.0.0",
"typescript": "^4.2.3"
}
}