-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1017 Bytes
/
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
{
"name": "blog",
"version": "1.0.0",
"scripts": {
"start": "next",
"build": "next build && next export",
"clean": "rm -rf .next out"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.4",
"classnames": "^2.2.6",
"next": "^10.0.4",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^3.0.0-canary.10",
"prism-react-renderer": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-optimized-image": "^0.4.1",
"recoil": "0.1.2",
"sass": "^1.32.0",
"string-strip-html": "^7.0.3",
"webpack": "^5.11.1"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/string-strip-html": "^5.0.0",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
},
"private": true
}