-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 985 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 985 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "moveit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.1",
"chrome-aws-lambda": "^7.0.0",
"classnames": "^2.2.6",
"firebase": "^8.2.10",
"js-cookie": "^2.2.1",
"mongodb": "^3.6.6",
"next": "10.0.8",
"puppeteer-core": "^7.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebaseui": "^4.1.0",
"react-icons": "^4.2.0",
"vercel": "^21.3.3"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/js-cookie": "^2.2.6",
"@types/marked": "^1.1.0",
"@types/mongodb": "^3.6.12",
"@types/node": "^14.10.2",
"@types/puppeteer-core": "^2.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/webpack-env": "^1.15.2",
"gray-matter": "^4.0.2",
"marked": "^1.1.1",
"raw-loader": "^4.0.1",
"typescript": "^4.0.2"
}
}