-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "beckmans-graduation-2022",
"version": "1.0.0",
"description": "Beckmans Graduation Show 2022",
"license": "CC-BY-SA-4.0",
"author": {
"name": "Vincent Orback",
"url": "https://www.vincentorback.se"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start",
"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",
"classnames": "^2.5.1",
"framer-motion": "^11.1.7",
"jump.js": "^1.0.2",
"lodash.debounce": "^4.0.8",
"next": "^12.1.6",
"next-intl": "^2.7.2",
"next-slicezone": "^0.2.6",
"next-translate-routes": "^1.10.2",
"plyr-react": "^5.3.0",
"prismic-reactjs": "^1.3.4",
"react": "^18.3.1",
"react-countdown": "^2.3.5",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"slice-machine-ui": "^0.3.7"
},
"browserslist": [
"> 0.5% in SE",
"last 2 versions",
"not ie 11",
"not dead"
]
}