-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "ulyanovsk-agglomeration",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"sm": "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",
"@types/react-burger-menu": "^2.6.1",
"classnames": "^2.2.6",
"next": "^12.1.5",
"next-seo": "^5.4.0",
"query-string": "^6.13.7",
"react": "17.0.2",
"react-burger-menu": "^2.6.13",
"react-dom": "17.0.2",
"react-hook-form": "^6.14.1",
"react-intersection-observer": "^9.1.0",
"react-modal": "^3.11.2",
"react-scroll-parallax": "^2.3.2",
"react-use": "^14.1.1",
"rebound": "^0.1.0"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"@types/react-modal": "^3.10.5",
"slice-machine-ui": "^0.3.7",
"typescript": "^4.3.2"
}
}