forked from primer/design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 826 Bytes
/
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
{
"name": "primer-design",
"repository": "primer/design",
"version": "1.0.0",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"build:preview": "gatsby build",
"now-build": "yarn build",
"lint": "eslint ."
},
"dependencies": {
"@github/prettier-config": "^0.0.4",
"@primer/gatsby-theme-doctocat": "^4.2.3",
"@primer/octicons-react": "^17.3.0",
"@primer/react": "^35.5.0",
"eslint": "^8.21.0",
"eslint-plugin-github": "^4.3.7",
"gatsby": "^3.7.2",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-typescript": "^2.12.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"yarn": "^1.22.18"
},
"devDependencies": {
"path-browserify": "^1.0.1"
},
"private": true
}