-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "vault-13",
"version": "0.0.1",
"description": "JavaScript Game",
"main": "main.tsx",
"scripts": {
"start": "webpack serve --open",
"build": "webpack"
},
"author": "Rinat Rezyapov",
"license": "MIT",
"homepage": "https://github.com/RinatRezyapov/Vault-13",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.11.11",
"@types/immutability-helper": "^2.6.3",
"@types/node": "^13.13.52",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"file-loader": "^6.2.0",
"firebase": "^7.14.5",
"fp-ts": "^1.8.1",
"immutability-helper": "^3.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.11.1"
}
}