-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 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
35
{
"name": "tavanoblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^6.4.3",
"@prismicio/helpers": "^2.3.0",
"@prismicio/next": "^0.1.2",
"@prismicio/react": "^2.3.0",
"@prismicio/slice-simulator-react": "^0.2.2",
"date-fns": "^2.28.0",
"next": "^13.0.0",
"prismic-dom": "^2.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"vanilla-tilt": "^1.7.3"
},
"devDependencies": {
"@types/react": "^18.0.9",
"eslint": "8.15.0",
"eslint-config-next": "^13.0.0",
"sass": "^1.51.0",
"slice-machine-ui": "^0.6.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
}
}