-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "cirrus-dashboard",
"description": "FilmDrop Dashboard for Cirrus",
"license": "Apache-2.0",
"version": "0.5.1",
"author": "Element 84, Inc. <[email protected]>",
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"dependencies": {
"@material-ui/core": "^4.10.2",
"axios": "^1.1.2",
"chart.js": "^3.9.1",
"eslint": "^8.42.0",
"eslint-plugin-react": "^7.32.2",
"gatsby": "^5.11.0",
"gatsby-plugin-create-client-paths": "^4.9.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"sass": "^1.63.4"
},
"keywords": [
"gatsby",
"sass",
"scss"
],
"scripts": {
"build": "gatsby build",
"sonar": "sonar-scanner -Dsonar.projectVersion=$npm_package_version",
"develop": "gatsby develop",
"lint": "eslint \"**/*.js\" && echo \"👍 Passed linting\n\"",
"format": "Get started formatting your code with Eslint, Prettier, and stylelint",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "echo 'Write tests! -> https://gatsby.dev/unit-testing'"
},
"resolutions": {
"remark-mdx": "1.6.22",
"renderkid": ">2.0.7",
"semver": "^7.5.3",
"loader-utils": "^1.4.1"
}
}