-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 3.23 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "periotrisjs",
"version": "2.4.3",
"description": "Get familiar with the Periodic Table of Elements in a fun way, directly in your browsers.",
"scripts": {
"clean": "yarn run -B rimraf build coverage public && yarn run -B gatsby clean",
"build": "yarn run -B gatsby build",
"rebuild": "yarn run clean && yarn run build",
"develop": "yarn run -B gatsby develop -H 0.0.0.0",
"start": "yarn run develop",
"serve": "yarn run -B gatsby serve -H 0.0.0.0",
"test": "yarn run -B jest",
"coverage": "yarn run -B jest --coverage",
"check": "yarn run tsc --noEmit",
"serve-bundle-stats": "yarn run -B webpack-bundle-analyzer ./public/stats.json -h 0.0.0.0 -O"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSharperMantle/periotrisjs.git"
},
"author": "CSharperMantle <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/CSharperMantle/periotrisjs/issues"
},
"homepage": "https://github.com/CSharperMantle/periotrisjs#readme",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/roboto-flex": "^5.1.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@reduxjs/toolkit": "^2.5.0",
"@use-gesture/react": "^10.3.1",
"ajv": "^8.17.1",
"core-js": "^3.39.0",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"gatsby": "^5.14.1",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-typescript": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-local-git": "^1.3.0",
"gatsby-source-package": "^1.1.1",
"i18next": "^23.16.8",
"is-in-browser": "^2.0.0",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-redux": "^8.1.3",
"toposort": "^2.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@testing-library/react": "^16.1.0",
"@types/canvas-confetti": "^1.9.0",
"@types/eslint__eslintrc": "^2.1.2",
"@types/events": "^3.0.3",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-redux": "^7.1.34",
"@types/toposort": "^2.0.7",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@yarnpkg/sdks": "^3.2.0",
"ajv-json-loader": "^0.2.0",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.14.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"gatsby-cli": "5.14.0",
"globals": "^15.14.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^22.1.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2",
"webpack-bundle-analyzer": "^4.10.2"
},
"packageManager": "[email protected]"
}