-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"repository": "https://github.com/vercel/examples.git",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"build:start": "pnpm build; pnpm start",
"lint": "next lint"
},
"dependencies": {
"@optimizely/optimizely-sdk": "^4.9.3",
"@optimizely/react-sdk": "^2.9.2",
"@vercel/examples-ui": "^1.0.5",
"cookie": "^0.5.0",
"js-cookie": "^3.0.5",
"next": "^13.4.9",
"react": "latest",
"react-dom": "latest",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/akamai-edgeworkers": "^1.1.8",
"@types/js-cookie": "^3.0.3",
"@types/node": "16.11.11",
"@types/react": "latest",
"@types/uuid": "^9.0.1",
"@vercel/edge-config": "^0.1.11",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-next": "canary",
"node-fetch": "^2.6.11",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "4.5.2",
"vercel": "^28.20.0"
}
}