-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "aries",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/grommet/hpe-design-system.git"
},
"bugs": {
"url": "https://github.com/grommet/hpe-design-system/issues"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-grommet": "https://github.com/grommet/eslint-plugin-grommet/tarball/stable",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"jest": "^27.5.1",
"prettier": "^2.8.8"
},
"workspaces": [
"aries-core",
"aries-site",
"design-tokens",
"sandbox/*",
"design-tokens-manager"
],
"dependencies": {
"@changesets/cli": "^2.27.9",
"grommet": "https://github.com/grommet/grommet/tarball/stable",
"grommet-icons": "https://github.com/grommet/grommet-icons/tarball/stable",
"grommet-theme-hpe": "5.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.11"
},
"scripts": {
"prepare": "husky install"
}
}