-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "insincere-engineer",
"version": "0.1.1",
"private": true,
"scripts": {
"cms": "netlify dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export -o ./dist",
"test": "jest",
"lint": "next lint",
"proxy": "npx netlify-cms-proxy-server"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@svgr/webpack": "^6.5.1",
"@types/js-yaml": "^4.0.4",
"date-fns": "^2.25.0",
"js-yaml": "^4.1.0",
"netlify-cli": "^13.2.2",
"next": "12.1.0",
"next-mdx-remote": "^4.4.1",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-codepen-embed": "^1.1.0",
"react-dom": "17.0.2",
"react-instagram-embed": "^3.0.0",
"react-schemaorg": "^2.0.0",
"react-social-media-embed": "^2.3.5",
"react-twitter-embed": "^3.0.3",
"react-youtube": "^10.1.0",
"schema-dts": "^1.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@types/react": "18.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"typescript": "^5.0.3",
"yaml-loader": "^0.6.0"
}
}