-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "bjorn.africa",
"homepage": "https://bjorn.africa",
"version": "1.0.0",
"author": "Björn Potgieter <[email protected]> (https://bjorn.africa)",
"private": true,
"scripts": {
"build": "next build",
"clean": "rimraf .next/",
"dev": "set NODE_OPTIONS='--inspect' && next dev",
"info": "next info",
"lint": "next lint",
"lint:style": "npx stylelint \"**/*.scss\"",
"lint:style-fix": "npx stylelint \"**/*.scss\" --fix",
"start": "next start"
},
"dependencies": {
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.15.1",
"gray-matter": "^4.0.3",
"next": "^13.4.13",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"sass": "^1.65.1",
"sharp": "^0.32.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.20",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"postcss": "^8.4.27",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.1.1",
"prettier": "^3.0.1",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"tailwindcss": "^3.3.3"
}
}