-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"name": "twitter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.0",
"@giphy/js-fetch-api": "^4.7.1",
"@netlify/plugin-nextjs": "^4.37.2",
"@tippyjs/react": "^4.2.6",
"@types/lodash.shuffle": "^4.2.7",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "^5.1.26",
"axios": "^1.3.4",
"emoji-picker-react": "^4.4.9",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"firebase": "^9.18.0",
"framer-motion": "^11.3.2",
"moment": "^2.29.4",
"next": "13.2.4",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-linkify": "^1.0.0-alpha",
"styled-components": "^5.3.9",
"typescript": "4.9.5",
"uuid": "^9.0.0"
},
"dev": "NODE_OPTIONS='--inspect' next dev",
"devDependencies": {
"@types/json-schema": "^7.0.12",
"@types/next-pwa": "^5.6.4",
"@types/react-linkify": "^1.0.4",
"babel-plugin-styled-components": "^2.0.7"
}
}