forked from juneHQ/changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.86 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
{
"name": "changelog",
"version": "0.1.0",
"private": true,
"scripts": {
"develop": "next dev",
"dev": "next dev -p 3004",
"postbuild": "next-sitemap",
"build:ci": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"changelog:generate": "node ./bin/changelog.js"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.5",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fontsource/rubik": "^5.0.8",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^13.0.7",
"dayjs": "^1.10.7",
"extracted-loader": "^1.0.7",
"feed": "^4.2.2",
"file-loader": "^6.2.0",
"framer-motion": "^6.2.8",
"ignore-loader": "^0.1.2",
"img-loader": "^4.0.0",
"next": "^12",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-lazyload": "^3.2.0",
"react-markdown": "^8.0.0",
"remark-gfm": "^3.0.1",
"url-loader": "^4.1.1",
"zustand": "^4.3.8"
},
"license": "MIT",
"devDependencies": {
"@octokit/rest": "^20.0.2",
"@types/node": "^17.0.21",
"dotenv": "^16.3.1",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "5.x",
"@typescript-eslint/parser": "5.x",
"babel-eslint": "10.x",
"eslint": "8.x",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "8.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.x",
"next-sitemap": "^2.5.17",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
}
}