-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 KB
/
package.json
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
{
"name": "fastbin-rewritten",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts --ext .tsx",
"export": "npm run build && next export"
},
"dependencies": {
"@geist-ui/react": "^2.1.0-canary.2",
"@geist-ui/react-icons": "^1.0.1",
"@monaco-editor/react": "^3.7.0",
"aws-sdk": "^2.799.0",
"cuid": "^2.1.8",
"firebase-admin": "^9.4.1",
"fs-extra": "^9.0.1",
"ismobilejs": "^1.1.1",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.29.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.4",
"@types/fs-extra": "^9.0.4",
"@types/mousetrap": "^1.6.4",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.4",
"prop-types": "^15.7.2",
"typescript": "4.3.2"
}
}