-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "blog-starter-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build && next export && ./rename-html.sh",
"start": "next start",
"typechecking": "tsc",
"test": "jest",
"test-watch": "POSTS_PATH=\"_posts.test\" jest --watch"
},
"dependencies": {
"@types/lodash": "^4.14.165",
"date-fns": "^2.23.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.2.0",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "11.0.2",
"remark-html": "10.0.0",
"typescript": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/gtag.js": "^0.0.4",
"@types/highlight.js": "^10.1.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.0.1",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"babel-jest": "^27.0.6",
"eslint": "^7.15.0",
"eslint-config-next": "^11.0.1",
"eslint-plugin-react": "^7.21.5",
"jest": "^27.0.6",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.2.7",
"ts-node": "^10.2.0"
},
"license": "MIT"
}