-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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": "buildbuddy-nodejs-example",
"version": "1.0.0",
"main": "index.js",
"author": "Brandon Duffany <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "ibazel run //server",
"start": "bazel run -c opt //server"
},
"devDependencies": {
"@bazel/bazelisk": "^1.11.0",
"@bazel/buildifier": "^4.2.5",
"@bazel/esbuild": "^5.4.0",
"@bazel/ibazel": "^0.15.10",
"@bazel/jasmine": "^5.4.0",
"@bazel/typescript": "^5.4.0",
"@types/express": "^4.17.9",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jasmine": "^3.10.3",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"chalk": "^4.1.2",
"concurrently": "^6.0.0",
"events": "^3.2.0",
"express": "^4.17.1",
"isomorphic-fetch": "^3.0.0",
"jasmine": "^3.10.3",
"prettier": "^2.5.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"tslib": "^2.3.1",
"typescript": "^4.1.2"
},
"dependencies": {
"@types/cors": "^2.8.12",
"cors": "^2.8.5"
}
}