-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 917 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 917 Bytes
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": "nextjs-training",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@prismicio/client": "^6.6.1",
"@prismicio/helpers": "^2.3.1",
"@prismicio/next": "^0.1.3",
"@prismicio/react": "^2.4.2",
"@prismicio/slice-simulator-react": "^0.2.2",
"flag-icons": "^6.6.4",
"next": "12.2.2",
"next-slicezone": "^0.2.6",
"prismic-reactjs": "^1.3.4",
"puppeteer": "^16.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"slice-machine-ui": "^0.4.0",
"tailwindcss": "^3.1.6"
}
}