-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.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
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
{
"name": "aleph-hmi",
"private": true,
"description": "Aleph HMI",
"version": "1.0.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public",
"deploy-local": "gatsby clean && gatsby build --prefix-paths && gatsby serve --prefix-paths",
"cbs": "gatsby clean && gatsby build && gatsby serve"
},
"dependencies": {
"@reach/router": "^1.3.4",
"@types/d3": "^5.7.2",
"@types/react": "^17.0.0",
"@types/react-tabs": "^2.3.2",
"@types/scriptjs": "^0.0.2",
"@types/styled-components": "^5.1.3",
"babel-plugin-styled-components": "^1.11.1",
"d3": "^5.16.0",
"gatsby": "^2.31.0",
"gatsby-cli": "^2.14.0",
"gatsby-image": "^2.10.0",
"gatsby-plugin-image": "^0.6.0",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^2.13.0",
"gatsby-plugin-styled-components": "^3.3.11",
"gatsby-plugin-typescript": "^2.4.20",
"gatsby-remark-images-contentful": "^2.9.0",
"gatsby-source-contentful": "^4.5.0",
"gatsby-source-filesystem": "^2.3.27",
"gatsby-transformer-csv": "^2.3.10",
"gatsby-transformer-json": "^2.4.14",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.11.0",
"gatsby-transformer-sqip": "^2.10.0",
"gh-pages": "^3.1.0",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"query-string": "^6.13.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-is": "^17.0.1",
"react-markdown": "^5.0.2",
"react-tabs": "^3.1.1",
"react-tooltip": "^4.2.11",
"scriptjs": "^2.5.9",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.0",
"prettier": "2.1.0",
"typescript": "^4.1.3",
"webpack": "4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Bradbourne-Digital/aleph-hmi"
},
"bugs": {
"url": "https://github.com/Bradbourne-Digital/aleph-hmi/issues"
}
}