-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.95 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.95 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "gcba-estandares-digitales",
"description": "Estándares y lineamientos para productos digitales del GCBA",
"version": "0.1.0",
"author": "GCBA",
"scripts": {
"build": "gatsby build --prefix-paths",
"dev": "gatsby develop",
"dev:with-paths": "gatsby develop --prefix-paths",
"lint": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,mdx}\"",
"start": "npm run dev",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean"
},
"dependencies": {
"@gcba/obelisco": "^1.58.0",
"@mdx-js/mdx": "^1.6.4",
"@mdx-js/react": "^1.6.4",
"@popperjs/core": "^2.5.4",
"@types/color": "^3.0.1",
"bootstrap": "^4.5.3",
"boxicons": "^2.0.5",
"color": "^3.1.3",
"gatsby": "^2.21.37",
"gatsby-image": "^2.4.4",
"gatsby-plugin-manifest": "^2.4.5",
"gatsby-plugin-mdx": "^1.2.12",
"gatsby-plugin-offline": "^3.2.3",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.4",
"gatsby-plugin-sharp": "^2.6.4",
"gatsby-source-filesystem": "^2.3.4",
"gatsby-transformer-sharp": "^2.5.2",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"material-icons": "^1.13.4",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"remark-emoji": "^2.1.0",
"remark-slug": "^6.0.0"
},
"devDependencies": {
"eslint-config-react-app": "^5.2.1",
"gatsby-remark-custom-blocks": "^2.3.13",
"gatsby-transformer-remark": "^2.8.42",
"prettier": "2.0.5",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0"
},
"keywords": [
"gcba"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gcba/estandares"
},
"bugs": {
"url": "https://github.com/gcba/estandares/issues"
}
}