-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 927 Bytes
/
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
{
"name": "dacha",
"version": "0.0.1",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "[email protected]:dennisss/dacha.git"
},
"author": {
"name": "Dennis Shtatnov",
"url": "https://github.com/dennisss"
},
"devDependencies": {
"@types/mkdirp": "1.0.2",
"@types/node": "16.7.11",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/tmp": "^0.0.33",
"bootstrap": "5.1.0",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.0",
"mkdirp": "1.0.3",
"neon-cli": "^0.2.0",
"protobufjs": "^6.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"style-loader": "^4.0.0",
"tmp": "^0.0.33",
"ts-loader": "9.2.5",
"ts-node": "10.2.1",
"typescript": "4.4.2",
"webpack": "5.52.0",
"webpack-cli": "4.8.0"
},
"dependencies": {
"axios": "0.21.4",
"leveldown": "6.0.1",
"levelup": "5.0.1",
"rocksdb": "5.1.0",
"tslib": "^2.3.1"
}
}