-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.33 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
{
"name": "nextjs-simple-blog-template",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build",
"start-prod": "next start",
"lint": "next lint",
"export": "next export",
"out": "next build && next export"
},
"dependencies": {
"@uiw/react-textarea-code-editor": "^1.4.4",
"css-loader": "^6.7.1",
"fs": "^0.0.1-security",
"next": "12.1.0",
"next-remove-imports": "^1.0.6",
"next-seo": "^5.1.0",
"next-themes": "^0.2.0",
"path": "^0.12.7",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.28.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-medium-image-zoom": "^5.0.1",
"react-paginate": "^8.1.3",
"react-player": "^2.11.0",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"swiper": "^8.3.1"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "17.0.20",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.5",
"typescript": "4.5.5",
"webpack": "^5.72.1"
}
}