-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.21 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ood-giving-campaign",
"version": "3.7.0",
"description": "Momentum",
"author": "Stanford University",
"keywords": [
"nextjs",
"typescript",
"react",
"tailwindcss",
"Stanford",
"storyblok"
],
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --max-warnings 0",
"hps": "local-ssl-proxy --cert ./dev/localhost.pem --key ./dev/localhost-key.pem",
"https-proxy-start": "local-ssl-proxy --source 3010 --target 3000 --cert ./dev/localhost.pem --key ./dev/localhost-key.pem",
"proxy": "local-ssl-proxy --source 3010 --target 3000 --cert ./dev/localhost.pem --key ./dev/localhost-key.pem",
"vault": "netlify-plugin-vault-variables",
"vault:local": "NODE_ENV=development netlify-plugin-vault-variables",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit",
"tsc": "tsc"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@netlify/functions": "^2.8.2",
"@netlify/plugin-nextjs": "^5.8.0",
"@next/third-parties": "^14.2.15",
"@storyblok/react": "^3.0.15",
"@typeform/embed-react": "^3.17.0",
"cnbuilder": "^3.1.0",
"cookies-next": "^4.2.1",
"framer-motion": "^11.11.9",
"next": "^14.2.15",
"react-loading-skeleton": "^3.5.0",
"react-player": "^2.16.0",
"react-slick": "^0.30.3",
"sa11y": "^4.0.2",
"storyblok-rich-text-react-renderer-ts": "^3.2.0",
"usehooks-ts": "^3.1.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^22.7.2",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.20",
"decanter": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.15",
"netlify-cli": "^17.37.1",
"netlify-plugin-vault-variables": "^3.0.0",
"postcss": "^8.5.2",
"typescript": "^5.6.2"
},
"optionalDependencies": {
"local-ssl-proxy": "^2.0.5"
},
"engines": {
"node": ">=20.0.0"
}
}