-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "sittersisters",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production next build && next export",
"dev": "TAILWIND_MODE=watch next dev",
"lint": "next lint",
"start": "next start"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"next": "12.1.5",
"react": "18.0.0",
"react-dom": "18.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.2",
"@types/node": "17.0.27",
"@types/react": "18.0.7",
"@types/react-dom": "18.0.0",
"@zazen/eslint-config": "5.1.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "8.4.12",
"postcss-nested": "5.0.6",
"postcss-preset-env": "7.4.3",
"prettier": "2.6.2",
"prettier-plugin-import-sort": "0.0.7",
"prettier-plugin-packagejson": "2.2.17",
"prettier-plugin-tailwindcss": "0.1.10",
"tailwindcss": "3.0.24",
"tailwindcss-capsize": "3.0.1",
"tailwindcss-opentype": "1.0.0",
"typescript": "4.6.3"
}
}