-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 890 Bytes
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
{
"name": "nekonako.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^10.0.4",
"disqus-react": "^1.0.10",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.2",
"next": "^14.1.3",
"next-pwa": "^5.6.0",
"next-react-svg": "^1.0.0",
"postcss": "^8.1.10",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.5.0",
"prismjs": "^1.22.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lineicons": "^2.2.0",
"react-masonry-css": "^1.0.14",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"remark-prism": "^1.3.4",
"tailwindcss": "^2.0.1",
"tempe": "^1.0.11",
"unified": "^9.2.0",
"uuid": "^8.3.1"
}
}