-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "douglasdong-blog",
"private": true,
"description": "This is the website forked from rathes.me",
"version": "0.1.0",
"author": "douglasdong<[email protected]>",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.7",
"@tailwindcss/postcss7-compat": "2.1.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"gray-matter": "^4.0.3",
"next": "latest",
"next-mdx-remote": "^3.0.8",
"next-pwa": "^5.4.4",
"postcss-import": "^14.0.2",
"prism-react-renderer": "^1.1.1",
"prism-themes": "^1.5.0",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "latest",
"react-dom": "latest",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.27",
"react-syntax-highlighter": "^15.4.5",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.0",
"theme-ui": "^0.12.1",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.20.0",
"autoprefixer": "^10.4.0",
"babel-jest": "^25.0.0",
"eslint": "^8.4.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.1.5",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^25.0.0",
"postcss": "^8.4.4",
"prettier": "2.5.1",
"typescript": "^4.5.2"
},
"keywords": [
"next.js",
"douglasdong"
],
"license": "MIT",
"scripts": {
"format": "prettier --write src/**/*.{js,jsx}",
"test": "jest",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://github.com/Xeonice/PersonalBlog"
},
"bugs": {
"url": "https://github.com/Xeonice/PersonalBlog/issues"
}
}