-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 594 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 594 Bytes
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
{
"name": "noob",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3050",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"firebase": "^8.6.8",
"next": "11.0.0",
"randomstring": "^1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.14.3"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.2"
}
}