-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 972 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
40
{
"name": "kaagaz-d361",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"build:rss": "ts-node ./lib/rss.ts"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@lhci/cli": "0.8.x",
"@material-ui/core": "^4.12.1",
"@types/uuid": "^8.3.0",
"console": "^0.7.2",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"next": "11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.8",
"react-pdf": "^5.4.0",
"react-scroll": "^1.8.4",
"react-tilt": "^0.1.4",
"react-typist": "^2.0.5",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"remark-prism": "^1.3.4",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/node": "^14.14.43",
"@types/react": "^16.14.5",
"rss": "^1.2.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}