-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.42 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": "asitiswritten",
"description": "Static Bible",
"version": "0.0.0",
"author": {
"name": "Rui Simão",
"email": "rui.daniel.simao@gmail.com",
"url": "https://danielsimao.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/danielsimao/asitiswritten.git"
},
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@mdx-js/react": "1.6.22",
"@reach/combobox": "^0.16.3",
"@reach/dialog": "^0.16.2",
"@tailwindcss/typography": "^0.5.0",
"@types/mdx-js__react": "^1.5.5",
"autoprefixer": "^10.4.0",
"classnames": "^2.3.1",
"fuse.js": "^6.4.6",
"gray-matter": "4.0.3",
"jotai": "^1.5.0",
"next": "^12.2.5",
"next-mdx-remote": "^3.0.2",
"next-pwa": "^5.6.0",
"next-themes": "^0.0.14",
"postcss": "^8.4.4",
"preact": "^10.5.13",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^3.0.1"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.11",
"eslint": "^7.27.0",
"eslint-config-next": "^12.0.2",
"globby": "11.0.3",
"prettier": "2.3.0",
"typescript": "^4.4.4"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}