-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.json
34 lines (34 loc) · 863 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
{
"name": "headless-dropshipping-starter",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "Jamie Barton <[email protected]> (https://notrab.dev)",
"dependencies": {
"@tailwindcss/forms": "0.5.3",
"classcat": "5.0.4",
"lodash.shuffle": "4.2.0",
"next": "12.1.0",
"next-seo": "4.28.1",
"printful-request": "2.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.9",
"@types/lodash.shuffle": "4.2.7",
"@types/node": "17.0.45",
"@types/react": "17.0.47",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "12.0.10",
"postcss": "8.4.24",
"prettier": "2.8.8",
"tailwindcss": "3.3.2",
"typescript": "4.5.5"
}
}