forked from ankitsangwan1999/LeetSolve
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
44 lines (44 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
{
"name": "leetsolve",
"version": "0.0.1",
"main": "./main.js",
"scripts": {
"start": "electron -r @babel/register ."
},
"dependencies": {
"axios": "^0.21.4",
"bootstrap": "^5.1.1",
"electron": "^14.0.0",
"react-bootstrap": "^2.0.0-rc.1",
"react-icons": "^4.3.1",
"react-router-dom": "^5.3.0",
"react-table": "^7.7.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.12.7",
"@babel/register": "^7.15.3",
"babel-plugin-styled-components": "^1.13.2",
"css-loader": "^6.4.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"set-value": ">=4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankitsangwan1999/LeetSolve.git"
},
"author": "Ankit Sangwan <ankit.sangwan1999@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ankitsangwan1999/LeetSolve/issues"
},
"homepage": "https://github.com/ankitsangwan1999/LeetSolve#readme"
}