forked from doubtfire-lms/doubtfire.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.75 KB
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
59
60
61
{
"name": "doubtfire.io",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"clean": "rimraf ./{.next,out}",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pretty:write": "prettier --write .",
"pretty:check": "prettier --check ."
},
"dependencies": {
"bulma": "^0.9.2",
"fuse.js": "^6.4.6",
"highlight.js": "^10.7.2",
"next": "10.2.2",
"pattern.css": "^1.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-responsive": "^8.2.0",
"react-scrollspy": "^3.4.3"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^2.0.0",
"@types/highlightjs": "^10.1.0",
"@types/node": "^14.14.9",
"@types/react": "^16.9.49",
"@types/react-responsive": "^8.0.2",
"@types/react-scrollspy": "^3.3.3",
"@types/rimraf": "^3.0.0",
"@types/unist": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"gray-matter": "^4.0.2",
"mdast-util-to-string": "^2.0.0",
"prettier": "2.1.1",
"rehype-minify-whitespace": "^4.0.5",
"rehype-raw": "^5.0.0",
"rehype-remove-comments": "^4.0.2",
"rehype-stringify": "^8.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-behead": "^2.3.3",
"remark-external-links": "^8.0.0",
"remark-highlight.js": "^6.0.0",
"remark-hint": "^1.0.9",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"remark-slug": "^6.0.0",
"rimraf": "^3.0.2",
"sass": "^1.29.0",
"typescript": "^4.0.3",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3"
}
}