-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "harmony-of-the-spheres",
"version": "0.1.50",
"description": "Newtonian n-body gravity simulator.",
"keywords": [
"space",
"gravity",
"orbit"
],
"author": "Darrell A. Huffman",
"license": "GNU General Public License v3.0",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "^5.12.4",
"gatsby-plugin-image": "^3.12.1",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-sharp": "^5.12.1",
"gatsby-plugin-sitemap": "^6.12.1",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.1",
"less": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"the-new-css-reset": "^1.11.2",
"three": "^0.157.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/three": "^0.157.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"typescript": "^5.1.6"
}
}