-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "gumgum-design",
"version": "2.1.4",
"description": "GumGum's design system, Concrete.",
"main": "styles/scss/index.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/gumgum/design-system.git"
},
"keywords": [
"design",
"system",
"ds",
"gumgum",
"sass",
"scss",
"css",
"prettier"
],
"author": "Garrett Whisten",
"license": "ISC",
"bugs": {
"url": "https://github.com/gumgum/design-system/issues"
},
"homepage": "https://github.com/gumgum/design-system#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/public-sans": "^4.5.0",
"@fortawesome/fontawesome-free": "^6.1.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"gray-matter": "^4.0.3",
"gumdrops": "^1.15.1",
"next": "11.1.3",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.27.1",
"react-live": "^2.3.0",
"remark": "^13",
"remark-html": "^13",
"sass": "^1.38.1"
}
}