-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "byte",
"version": "1.0.0",
"scripts": {
"lint": "tsc --noEmit && eslint .",
"format": "prettier --write .",
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^3.0.2",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.1",
"algoliasearch": "^4.8.6",
"balloon-css": "^1.2.0",
"byte-ckeditor": "^1.1.2",
"classnames": "^2.2.6",
"csp-header": "^2.1.2",
"firebase": "^8.3.0",
"firebase-admin": "^9.5.0",
"lodash": "^4.17.21",
"nanoid": "^3.1.22",
"next": "^10.0.9",
"next-compose-plugins": "^2.2.1",
"next-optimized-classnames": "^1.0.2",
"next-optimized-images": "^3.0.0-canary.10",
"nprogress": "^0.2.0",
"react": "^17.0.1",
"react-calendar": "^3.3.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.1",
"react-textarea-autosize": "^8.3.2",
"react-toastify": "^7.0.3",
"recoil": "^0.1.3",
"sass": "^1.32.8"
},
"devDependencies": {
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@types/ckeditor__ckeditor5-core": "^11.0.4",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.35",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
},
"private": true
}