-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 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
{
"name": "kylieis.online",
"description": "Kylie Czajkowski's Technical Profile",
"version": "4.1.0",
"author": "Kylie Czajkowski <[email protected]>",
"bugs": {
"url": "https://github.com/kale-stew/kylieis.online/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kale-stew/kylieis.online.git"
},
"homepage": "https://kylieis.online",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@vercel/analytics": "^0.1.3",
"date-fns": "^2.27.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"next": "^12.1.0",
"path": "^0.12.7",
"react": "^16.10.2",
"react-card-flip": "^1.1.5",
"react-dom": "^16.10.2",
"react-icons": "^4.3.1",
"react-markdown": "^7.1.1",
"react-syntax-highlighter": "^15.4.5"
},
"devDependencies": {
"@resoc/core": "^0.9.1",
"@resoc/create-img": "^0.9.1",
"prettier": "^2.0.5"
},
"keywords": [
"blog",
"javascript",
"developer"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"license": "MIT"
}