-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.37 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
{
"name": "actuated.com",
"version": "0.1.0",
"homepage": "https://actuated.com",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.5",
"@heroicons/react": "^2.0.13",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"headlessui": "^0.0.0",
"heroicons": "^2.0.13",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export -o build",
"start": "next start",
"predeploy": "npm run build",
"deploy": "gh-pages --dotfiles -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"gh-pages": "^5.0.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}