-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1007 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
{
"name": "algoU",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "webpack serve --mode development",
"backend": "python backend-server/app.py",
"build": "webpack --mode development && ./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohildshah/algoU.git"
},
"author": "Rohil Shah",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohildshah/algoU/issues"
},
"homepage": "https://github.com/rohildshah/algoU#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"ace-builds": "^1.4.12",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.7",
"react": "^17.0.2",
"react-ace": "^9.4.1",
"react-dom": "^17.0.2",
"style-loader": "^3.1.0",
"uuid": "^3.4.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}