-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "thinkific-journal",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"lint": "eslint --fix --ext .js,.jsx .",
"format": "prettier --write './**/*.{js,jsx,md,json}'",
"postinstall": "prisma generate"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@hookform/error-message": "^2.0.0",
"@prisma/client": "^2.23.0",
"@types/react": "^17.0.17",
"@zeit/next-sass": "^1.0.1",
"aws-sdk": "^2.968.0",
"babel-plugin-superjson-next": "^0.3.0",
"google-translate-open-api": "^1.3.7",
"moment": "^2.29.1",
"next": "^10.2.3",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.1",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.12.2",
"react-markdown": "^5.0.0",
"react-masonry-css": "^1.0.16",
"sanitize-html": "^2.4.0",
"superjson": "^1.7.5",
"translate": "^1.2.3",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/node": "^15.14.2",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"node-sass": "^6.0.1",
"prettier": "^2.2.1",
"prisma": "^2.23.0",
"webpack": "^4.46.0"
}
}