-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 981 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
{
"name": "origin-stories",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"framer-motion": "^5.0.0",
"gray-matter": "^4.0.3",
"next": "12.0.0",
"next-mdx-remote": "^3.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.2"
},
"devDependencies": {
"autoprefixer": "^10.3.3",
"eslint": "<8.0.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-next": "11.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^5.0.0",
"next-seo": "^4.28.1",
"postcss": "^8.3.6",
"prettier": "^3.0.3",
"tailwindcss": "^2.2.8"
}
}