forked from programming-in-th/programming.in.th
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.81 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "programming-in-th",
"description": "programming.in.th",
"version": "0.1.2",
"private": true,
"contributors": [
"Pongsaphol Pongsawakul",
"Schwinn Saereesitthipitak",
"Pontakorn Prasertsuk",
"Possawat Suksai",
"Ithsarasuk Na Ayuthaya"
],
"repository": "programming-in-th/programming.in.th",
"author": "",
"homepage": "https://beta.programming.in.th",
"license": "AGPL-3.0",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mapbox/rehype-prism": "^0.5.0",
"@mdx-js/loader": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"@next/bundle-analyzer": "^9.4.4",
"@next/mdx": "^9.4.4",
"cross-env": "^7.0.2",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-css": "^1.0.1",
"apexcharts": "^3.19.0",
"codemirror": "^5.52.0",
"emotion-theming": "^10.0.27",
"file-saver": "^2.0.2",
"firebase": "^7.15.5",
"firebase-admin": "^8.13.0",
"formik": "^2.1.4",
"intersection-observer": "^0.11.0",
"lodash": "^4.17.15",
"match-sorter": "^4.1.0",
"next": "^9.5",
"next-compose-plugins": "^2.2.0",
"next-offline": "^5.0.2",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.1.1",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-codemirror2": "^6.0.0",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-icons": "^3.10.0",
"react-simple-img": "^2.3.9",
"react-table": "^7.3.3",
"react-use": "^15.3.2",
"reading-time": "^1.2.0",
"rehype-katex": "^3.0.0",
"rehype-sanitize": "^3.0.1",
"rehype-stringify": "^8.0.0",
"remark-math": "^2.0.1",
"remark-parse": "^8.0.2",
"remark-rehype": "^7.0.0",
"swr": "0.3.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@types/lodash": "^4.14.157",
"@types/next": "^9.0.0",
"@types/nprogress": "^0.2.0",
"@zeit/next-stylus": "^1.0.1",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/webpack-env": "^1.15.2",
"babel-eslint": "^10.1.0",
"@types/react-syntax-highlighter": "^11.0.1",
"babel-plugin-emotion": "^10.0.33",
"babel-plugin-inline-react-svg": "^1.1.1",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"stylus": "^0.54.7",
"typescript": "^3.9.6"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true yarn build",
"lint": "eslint ."
}
}