-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
83 lines (83 loc) · 2.49 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
76
77
78
79
80
81
82
83
{
"name": "stt-data-core",
"description": "STT DataCore",
"author": "ussjohnjay/ironyWrit",
"version": "2.2.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"buildci": "gatsby build && rimraf ./public/media/assets",
"clean": "gatsby clean",
"develop": "gatsby develop -p 8881",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"start": "yarn run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test develop http://localhost:8881 cy:open"
},
"overrides": {
"[email protected]": {
"react": "^18.0.0"
}
},
"dependencies": {
"@nivo/bar": "^0.85.1",
"@nivo/bump": "^0.87.0",
"@nivo/chord": "^0.86.0",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@nivo/pie": "^0.85.1",
"@nivo/radar": "^0.85.1",
"@nivo/sunburst": "^0.85.1",
"@nivo/swarmplot": "^0.87.0",
"@sentry/gatsby": "^7.109.0",
"easymde": "^2.18.0",
"exceljs": "^4.4.0",
"gatsby": "^5.13.4",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-purge-cloudflare-cache": "^0.0.3",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash.combinations": "^18.11.1",
"lz-string": "^1.5.0",
"marked": "^12.0.1",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.8.2",
"react-simplemde-editor": "^5.2.0",
"search-string": "^3.1.0",
"seedrandom": "^3.0.5",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"tinycolor2": "^1.6.0",
"uuid": "^9.0.1",
"write": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stt-datacore/website"
},
"bugs": {
"url": "https://github.com/stt-datacore/website/issues"
},
"devDependencies": {
"@types/react-helmet": "^6.1.11",
"@types/tinycolor2": "^1.4.6",
"@types/uuid": "^9.0.8",
"cypress": "^13.8.0",
"dotenv": "^16.4.5",
"showdown": "^2.1.0",
"start-server-and-test": "^2.0.3"
}
}