forked from stt-datacore/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.14 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
{
"name": "stt-data-core",
"description": "STT DataCore",
"author": "TemporalAgent7",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"buildci": "gatsby build && rimraf ./public/media/assets",
"develop": "gatsby develop -p 8881",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"start": "npm 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"
},
"dependencies": {
"@artsy/fresnel": "^1.3.1",
"@nivo/bar": "^0.67.0",
"@nivo/core": "^0.67.0",
"@nivo/line": "^0.67.0",
"@nivo/pie": "^0.67.0",
"@nivo/radar": "^0.67.0",
"@nivo/sunburst": "0.64.0",
"@types/react-helmet": "^6.1.0",
"exceljs": "^4.2.1",
"gatsby": "^3.0.4",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-purge-cloudflare-cache": "^0.0.3",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-json": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"graphql-typescript-definitions": "^0.22.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"lodash.combinations": "^18.10.0",
"marked": "^2.0.0",
"react": "^17.0.1",
"react-device-detect": "^1.15.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-simplemde-editor": "^4.1.3",
"search-string": "^3.1.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"tinycolor2": "^1.4.2",
"worker-loader": "^3.0.8",
"write": "^2.0.0"
},
"devDependencies": {
"@types/marked": "^2.0.0",
"@types/tinycolor2": "^1.4.2",
"cypress": "^7.0.1",
"dotenv": "^8.2.0",
"showdown": "^1.9.1",
"start-server-and-test": "^1.12.1"
},
"repository": {
"type": "git",
"url": "https://github.com/stt-datacore/website"
},
"bugs": {
"url": "https://github.com/stt-datacore/website/issues"
}
}