forked from programming-in-th/programming.in.th
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.4 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
{
"name": "programming.in.th",
"version": "0.1.0",
"private": true,
"contributors": [
"Pongsaphol Pongsawakul",
"Schwinn Saereesitthipitak",
"Pontakorn Prasertsuk",
"Possawat Suksai",
"Ithsarasuk Na Ayuthaya"
],
"dependencies": {
"@researchgate/react-intersection-observer": "^1.0.1",
"antd": "^3.23.6",
"axios": "^0.19.0",
"babel-plugin-import": "^1.12.1",
"codemirror": "^5.49.0",
"customize-cra": "^0.8.0",
"deepmerge": "^4.1.1",
"firebase": "^6.6.2",
"highlight.js": "^9.15.10",
"intersection-observer": "^0.7.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mitt": "^1.1.3",
"normalize.css": "^8.0.1",
"react": "^16.10.2",
"react-app-rewired": "^2.1.3",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.10.2",
"react-firebaseui": "^4.0.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1",
"react-scripts": "^3.2.0",
"react-spring": "^8.0.27",
"reading-time": "^1.2.0",
"redux": "^4.0.4",
"redux-cache": "^0.3.0",
"redux-thunk": "^2.3.0",
"rehype-highlight": "^3.0.0",
"rehype-katex": "^2.0.0",
"rehype-sanitize": "^3.0.0",
"rehype-stringify": "^6.0.0",
"remark-math": "^2.0.0",
"remark-parse": "^7.0.1",
"remark-rehype": "^5.0.0",
"styled-components": "^4.4.0",
"unified": "^8.4.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/codemirror": "^0.0.78",
"@types/node": "12.7.12",
"@types/react": "16.9.5",
"@types/react-dom": "16.9.1",
"@types/react-helmet": "^5.0.11",
"@types/react-redux": "^7.1.4",
"@types/react-router-dom": "^5.1.0",
"@types/styled-components": "^4.1.19",
"@types/webfontloader": "^1.6.29",
"firebase-tools": "^7.5.0",
"husky": "^3.0.9",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0",
"redux-devtools-extension": "^2.13.8",
"typescript": "3.6.4",
"workbox-build": "^4.3.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build && node ./src/sw-build.js",
"eject": "react-scripts eject",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}