-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.14 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
{
"name": "alxandr.me",
"version": "0.0.0-dev",
"description": "My blog",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Alxandr/alxandr.me.git"
},
"author": "Aleksander Heintz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alxandr/alxandr.me/issues"
},
"homepage": "https://github.com/Alxandr/alxandr.me#readme",
"private": true,
"dependencies": {
"@yolodev/highlight": "0.2.7",
"classnames": "2.3.1",
"globby": "13.1.2",
"gray-matter": "4.0.3",
"hast-util-is-element": "2.1.2",
"hast-util-to-string": "2.0.0",
"hastscript": "7.0.2",
"lodash": "4.17.21",
"luxon": "3.0.1",
"netlify-cms-oauth-provider-node": "2.0.0",
"next": "12.2.4",
"next-fonts": "1.5.1",
"next-seo": "5.5.0",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-slug": "5.0.1",
"rehype-stringify": "9.0.3",
"remark-footnotes": "4.0.1",
"remark-parse": "10.0.1",
"remark-rehype": "10.1.0",
"slugify": "1.6.5",
"unified": "10.1.2",
"unist-util-is": "5.1.1",
"unist-util-visit": "4.1.0"
},
"devDependencies": {
"@types/lodash": "4.14.182",
"@types/luxon": "3.0.0",
"@types/mkdirp": "1.0.2",
"@types/node": "16.11.46",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.15",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"mkdirp": "1.0.4",
"node-ts": "5.1.2",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-nested": "5.0.6",
"postcss-preset-env": "7.7.2",
"stylelint": "14.9.1",
"stylelint-config-css-modules": "4.1.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-standard": "25.0.0",
"stylelint-prettier": "2.0.0",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"typescript-plugin-css-modules": "3.4.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"importSort": {
".js, .jsx, .es6, .es, .ts, .tsx": {
"parser": "babylon",
"style": "eslint",
"options": {}
}
}
}