-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
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": "smew",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"clean": "next clear",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"deploy": "rimraf out && next build && next export && touch out/.nojekyll && gh-pages -d out -t true"
},
"dependencies": {
"@cloudinary/url-gen": "^1.10.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/bundle-analyzer": "^13.4.12",
"@next/mdx": "^13.4.8",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.3.1",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"firebase": "^10.1.0",
"jquery": "^3.7.0",
"next": "13.4.10",
"next-sitemap": "^4.2.2",
"popper.js": "^1.16.1",
"postcss": "8.4.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^10.0.5",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/bootstrap": "^5.2.6",
"@types/jquery": "^3.5.16",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"sass": "^1.63.6",
"typescript": "5.1.6"
}
}