-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "futurejs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"ts": "tsc --noEmit --incremental"
},
"dependencies": {
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"katex": "^0.16.0",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-texmath": "^1.0.0",
"next": "12.1.6",
"next-pwa": "^5.5.2",
"next-sitemap": "^3.0.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/travis-cli": "^17.0.0",
"@types/katex": "^0.14.0",
"@types/markdown-it": "^12.2.3",
"@types/react": "^18.0.9",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"husky": "^8.0.0",
"sass": "^1.51.0",
"typescript": "^4.6.4"
}
}