-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.81 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
{
"name": "end-to-end",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ag.common/footer": "^0.1.0",
"@ag.ds-next/a11y": "^1.1.0",
"@ag.ds-next/ag-branding": "^5.1.0",
"@ag.ds-next/body": "^6.0.1",
"@ag.ds-next/box": "^5.0.1",
"@ag.ds-next/breadcrumbs": "^9.0.0",
"@ag.ds-next/button": "^8.0.0",
"@ag.ds-next/callout": "^4.0.0",
"@ag.ds-next/card": "^4.0.1",
"@ag.ds-next/columns": "^5.0.1",
"@ag.ds-next/content": "^6.0.1",
"@ag.ds-next/control-input": "^8.0.0",
"@ag.ds-next/core": "^2.2.1",
"@ag.ds-next/field": "^7.0.0",
"@ag.ds-next/fieldset": "^4.0.0",
"@ag.ds-next/footer": "^6.0.1",
"@ag.ds-next/form-stack": "^3.0.1",
"@ag.ds-next/header": "^8.0.0",
"@ag.ds-next/heading": "^6.0.1",
"@ag.ds-next/hero-banner": "^3.0.0",
"@ag.ds-next/icon": "^8.0.0",
"@ag.ds-next/link-list": "^7.0.0",
"@ag.ds-next/loading": "^3.0.0",
"@ag.ds-next/main-nav": "^10.0.0",
"@ag.ds-next/page-alert": "^4.0.0",
"@ag.ds-next/progress-indicator": "^7.0.0",
"@ag.ds-next/search-box": "^8.0.0",
"@ag.ds-next/select": "^8.0.0",
"@ag.ds-next/skip-link": "^5.0.0",
"@ag.ds-next/text": "^7.0.0",
"@ag.ds-next/text-input": "^8.0.0",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.6.0",
"clsx": "^1.1.1",
"facepaint": "^1.2.1",
"next": "^12.1.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.31.3"
},
"devDependencies": {
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"prettier": "2.4.1",
"typescript": "^4.6.2"
}
}