-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.96 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.96 KB
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
{
"name": "Machete",
"private": true,
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "1.1.7",
"@chakra-ui/react": "1.8.5",
"@emotion/css": "11.7.1",
"@emotion/react": "11.8.1",
"@emotion/styled": "11.8.1",
"@types/node": "17.0.15",
"@types/prismjs": "1.26.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react-no-ssr": "^1.1.3",
"@types/react-syntax-highlighter": "13.5.2",
"@types/styled-components": "5.1.22",
"@types/uuid": "8.3.4",
"babel-plugin-styled-components": "2.0.2",
"clsx": "1.1.1",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"firebase": "9.6.7",
"framer-motion": "6.2.8",
"image-extensions": "^1.1.0",
"is-url": "^1.2.4",
"next": "12.0.10",
"node-sass": "7.0.1",
"open-props": "1.3.3",
"prismjs": "1.26.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "5.0.2",
"react-firebaseui": "6.0.0",
"react-focus-lock": "2.8.1",
"react-icons": "4.3.1",
"react-no-ssr": "^1.1.0",
"reactfire": "4.2.1",
"recoil": "0.6.1",
"sass": "1.49.9",
"slate": "0.72.8",
"slate-history": "0.66.0",
"slate-react": "0.72.8",
"styled-components": "5.3.3",
"tslib": "^2.3.1",
"typescript": "4.5.5",
"uuid": "8.3.2"
},
"devDependencies": {
"@chakra-ui/icons": "1.1.7",
"@chakra-ui/react": "1.8.5",
"@emotion/css": "11.7.1",
"@emotion/react": "11.8.1",
"@emotion/styled": "11.8.1",
"@types/is-url": "^1.2.30",
"@types/node": "17.0.15",
"@types/prismjs": "1.26.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react-syntax-highlighter": "13.5.2",
"@types/styled-components": "5.1.22",
"@types/uuid": "8.3.4",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}