forked from w9jds/new-eden-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "new-eden",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "webpack serve",
"build": "webpack"
},
"author": "Jeremy Shore",
"license": "ISC",
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/redux-actions": "^2.6.5",
"@types/three": "^0.158.2",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"path": "^0.12.7",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@react-three/drei": "^9.88.14",
"@react-three/fiber": "^8.15.11",
"@react-three/postprocessing": "^2.15.11",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"eve": "file:./pkg",
"firebase": "^10.6.0",
"gsap": "^3.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-actions": "^3.0.0",
"redux-saga": "^1.2.3",
"reselect": "^4.1.8",
"three": "^0.158.0"
}
}