This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·75 lines (75 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "data-catalog-frontend",
"private": true,
"version": "1.0.0",
"dependencies": {
"@civicactions/data-catalog-components": "1.1.0",
"@cmsgov/design-system-core": "^3.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.10.6",
"bootstrap": "^4.2.1",
"clean": "^4.0.2",
"cypress": "^3.8.3",
"dotenv": "^8.2.0",
"excerpts": "0.0.3",
"gatsby": "^2.13.32",
"gatsby-cli": "^2.7.17",
"gatsby-image": "^2.2.6",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-plugin-sharp": "^2.2.7",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-source-filesystem": "^2.1.5",
"gatsby-transformer-sharp": "^2.2.3",
"lodash": "^4.17.15",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-dnd-multi-backend": "^3.2.1",
"react-dnd-touch-backend": "^0.8.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-js-pagination": "^3.0.3",
"react-loader-advanced": "^1.7.1",
"react-loading-spin": "^1.0.9",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"react-socks": "^1.0.1",
"react-spinjs": "^3.0.0",
"styled-components": "^4.3.2",
"swagger-ui-react": "3.25.0"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"clean": "rm -rf node_modules",
"reinstall": "npm run clean && npm install",
"rebuild": "npm run clean && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}