-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 KB
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
{
"name": "vercel-example-integration",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@azure/cosmos": "^3.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "^4.9.1",
"@ordercloud/portal-javascript-sdk": "0.0.1-beta.19",
"@ordercloud/seeding": "1.0.23",
"@tailwindcss/forms": "^0.2.1",
"@types/node": "^16.3.3",
"@types/react": "^17.0.14",
"@types/yup": "^0.29.13",
"autoprefixer": "^10.0.4",
"axios": "^0.21.1",
"crypto-js": "^4.1.1",
"formik": "^2.2.9",
"fs": "0.0.1-security",
"next": "^10.2.3",
"ordercloud-javascript-sdk": "^4.2.1",
"postcss": "^8.1.10",
"randomstring": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-merge-refs": "^1.1.0",
"styled-components": "^5.3.1",
"tailwindcss": "^2.0.2",
"typescript": "^4.3.5",
"yup": "^0.32.9"
}
}