-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "playground",
"version": "1.0.0",
"description": "Try out Double Great plugins.",
"main": "index.js",
"scripts": {
"start": "next dev",
"build": "next build && next export",
"lint": "next lint",
"prepare": "husky install",
"test": "npm run lint"
},
"author": "@double-great",
"license": "MIT",
"dependencies": {
"@codemirror/lang-markdown": "^6.1.0",
"@double-great/remark-lint-alt-text": "^1.0.0",
"@double-great/remark-lint-link-text": "^0.8.0",
"@uiw/codemirror-theme-dracula": "^4.19.9",
"@uiw/react-codemirror": "^4.19.9",
"codemirror": "^6.0.1",
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.2",
"vfile-reporter": "^7.0.5",
"vfile-reporter-pretty": "^6.1.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.2.3",
"@types/node": "^18.14.4",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.5"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/double-great/playground.git"
},
"bugs": {
"url": "https://github.com/double-great/playground/issues"
},
"homepage": "https://github.com/double-great/playground#readme"
}