-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 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": "scriptroom",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@stripe/stripe-js": "^1.38.1",
"@types/draft-js": "^0.11.9",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/uuid": "^8.3.4",
"algoliasearch": "^4.12.2",
"axios": "^0.25.0",
"contentful": "^9.1.29",
"dayjs": "^1.11.7",
"draft-js": "^0.11.7",
"firebase": "^9.6.5",
"firebase-admin": "^10.0.2",
"next": "12.0.9",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"recoil": "^0.6.1",
"sharp": "^0.29.3",
"stripe": "^10.12.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "17.0.13",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.2",
"contentful-management": "^10.6.0",
"contentful-typescript-codegen": "^3.2.3",
"eslint": "8.8.0",
"eslint-config-next": "12.0.9",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5"
}
}