-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.27 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
69
70
71
72
73
{
"name": "iost-index",
"private": true,
"description": "A list of all known computer controllable devices",
"version": "0.0.1",
"license": "BSDv3",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --port 4000",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"buildDeviceLog": "node ./buildDeviceLog.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@iostindex/gatsby-plugin-material-ui": "^5.0.0",
"@mdx-js/mdx": "^3.1.1",
"@mui/icons-material": "^9.0.1",
"@mui/material": "^9.0.1",
"axios": "^1.16.0",
"decode-uri-component": "^0.4.1",
"gatsby": "^5.16.1",
"gatsby-plugin-feed": "^5.16.0",
"gatsby-plugin-layout": "^4.16.0",
"gatsby-plugin-matomo": "^0.17.0",
"gatsby-plugin-sass": "^6.16.0",
"gatsby-plugin-sitemap": "^6.16.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-source-graphql": "^5.16.0",
"gatsby-transformer-csv": "^5.16.0",
"gatsby-transformer-json": "^5.16.0",
"gatsby-transformer-remark": "^6.16.0",
"history": "^5.3.0",
"jsdom": "^29.1.1",
"localforage": "^1.10.0",
"lodash": "^4.18.1",
"lodash.debounce": "^4.0.8",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"open-iconic": "^1.1.1",
"prop-types": "^15.8.1",
"react-lazy-load-image-component": "^1.6.3",
"react-responsive-carousel": "^3.2.23",
"react-transition-group": "^4.4.5",
"sass": "^1.99.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"csv-parse": "^6.2.1",
"diff-arrays-of-objects": "^1.1.10",
"eslint": "9.39.4",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"manual-promise": "^2.0.2",
"msgpackr": "^2.0.1",
"prettier": "^3.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/blackspherefollower/IoSTIndex"
},
"bugs": {
"url": "https://github.com/blackspherefollower/IoSTIndex/issues"
}
}