-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.59 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
{
"name": "immortal-are-busy-this-day",
"version": "1.0.0",
"private": true,
"description": "immortal-are-busy-this-day",
"author": "wsomno",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
},
"license": "0BSD",
"dependencies": {
"@ant-design/icons": "^4.4.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"3d-force-graph-vr": "^1.35.2",
"antd": "^4.10.3",
"gatsby": "^2.26.1",
"gatsby-plugin-emotion": "^5.3.0",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"react": "^16.13.1",
"react-device-detect": "^1.15.0",
"react-dom": "^16.13.1",
"react-force-graph-2d": "^1.18.1",
"react-force-graph-3d": "^1.18.8",
"react-force-graph-ar": "^1.4.5",
"react-helmet": "^6.1.0",
"three": "^0.124.0",
"three-spritetext": "^1.5.3"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"babel-plugin-wildcard": "^6.0.0",
"babel-preset-gatsby": "^0.12.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"gatsby-plugin-force-file-loader": "^0.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"react-test-renderer": "^17.0.1",
"url-loader": "^4.1.1"
}
}