This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
generated from mvllow/next-pwa-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.38 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
{
"name": "webtoys",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.0"
},
"devDependencies": {
"@mdi/js": "6.5.95",
"@mdi/react": "1.5.0",
"@tailwindcss/forms": "0.5.0",
"@types/diff": "^5.0.2",
"@types/he": "1.1.2",
"@types/js-md5": "0.4.3",
"@types/marked": "4.0.2",
"@types/node": "17.0.21",
"@types/prettier": "^2.4.4",
"@types/prismjs": "1.26.0",
"@types/react": "17.0.39",
"@types/uuid": "8.3.4",
"autoprefixer": "10.4.2",
"diff": "^5.0.0",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.4.0",
"github-markdown-css": "5.1.0",
"glob": "7.1.7",
"he": "1.2.0",
"js-md5": "0.7.3",
"lorem-ipsum": "2.0.4",
"marked": "4.0.12",
"next-pwa": "5.4.4",
"next-themes": "0.1.1",
"postcss": "8.4.6",
"prettier": "2.5.1",
"pretty-bytes": "5.6.0",
"prism-react-renderer": "1.3.1",
"prismjs": "1.27.0",
"raw-loader": "4.0.2",
"react": "17.0.2",
"react-clipboard.js": "2.0.16",
"react-dom": "17.0.2",
"tailwindcss": "3.0.23",
"tailwindcss-safe-area": "0.2.2",
"typescript": "4.5.5",
"uuid": "8.3.2",
"yaml": "2.2.2"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"quoteProps": "consistent"
}
}