-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "try.catch.wtf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next-remote-watch ./data -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:sync": "yarn prisma db pull && yarn prisma generate"
},
"dependencies": {
"@prisma/client": "^3.4.0",
"chrome-aws-lambda": "^10.1.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
"framer-motion": "^5.3.0",
"next": "12.0.3",
"node-fetch": "^3.0.0",
"puppeteer-core": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-syntax-highlighter": "^15.4.5"
},
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/react": "17.0.34",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "8.2.0",
"eslint-config-next": "12.0.3",
"eslint-plugin-react": "^7.27.0",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^3.0.4",
"next-remote-watch": "^1.0.0",
"postcss": "^8.3.11",
"postcss-nested": "^5.0.6",
"prettier": "^2.4.1",
"prisma": "^3.4.0",
"stylelint": "^14.0.1",
"stylelint-config-property-sort-order-smacss": "^8.0.0",
"stylelint-config-standard": "^23.0.0",
"typescript": "4.4.4"
}
}