forked from octokatherine/readme.so
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "readme.so",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watchAll",
"lint": "next lint && prettier --check .",
"format": "prettier --write . && git add -A .",
"postinstall": "husky install"
},
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@headlessui/react": "^1.4.1",
"@monaco-editor/react": "^4.1.1",
"next": "^11.1.1",
"next-i18next": "^8.1.3",
"next-pwa": "^5.2.24",
"next-seo": "^4.26.0",
"nextjs-progressbar": "0.0.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^1.0.0",
"set-value": ">=4.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.6.3",
"husky": "^6.0.0",
"jest": "^26.6.3",
"postcss": "^8.2.9",
"prettier": "2.2.1",
"tailwindcss": "^2.1.1"
}
}