-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 854 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
{
"name": "lemonsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"semi": true
},
"dependencies": {
"@tailwindcss/typography": "^0.4.0",
"@types/node-fetch": "^2.5.8",
"autoprefixer": "^10.2.4",
"axios": "^0.21.1",
"framer-motion": "^3.10.0",
"http-proxy-middleware": "^1.0.6",
"next": "10.0.6",
"postcss": "^8.2.5",
"prettier": "^2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-intersection-observer": "^8.31.0",
"sanitize-html": "^2.3.2",
"tailwindcss": "^2.0.3"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/sanitize-html": "^1.27.1",
"typescript": "^4.1.4"
}
}