forked from kaprino-lang/online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "heroku-online-compiler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capra314cabra/kaprino-online-compiler.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/capra314cabra/kaprino-online-compiler/issues"
},
"homepage": "https://github.com/capra314cabra/kaprino-online-compiler#readme",
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"@types/node": "^13.13.8",
"@types/react": "^16.9.35",
"@types/react-bootstrap": "^1.0.1",
"@types/react-dom": "^16.9.8",
"@types/request": "^2.48.5",
"@types/uuid": "^8.0.0",
"@types/webpack": "^4.41.13",
"source-map-loader": "^0.2.4",
"ts-loader": "^7.0.4",
"ts-node": "^8.9.0",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"child_process": "^1.0.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"uuid": "^8.0.0"
}
}