forked from uuberoy/scalabel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "scalabel",
"repository": {
"type": "git",
"url": "https://github.com/ucbdrive/scalabel"
},
"license": "BSD-3-Clause",
"homepage": "https://www.scalabel.ai",
"scripts": {
"test": "jest"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-flow"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/transform-flow-comments",
"@babel/transform-flow-strip-types"
]
},
"jest": {
"roots": [
"app/src/js"
],
"testURL": "http://localhost/",
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-flow-comments": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"bootstrap": "^4.1.3",
"bootstrap-material-design": "^4.1.1",
"bootstrap-switch": "^3.3.4",
"copy-webpack-plugin": "^4.5.2",
"eslint": "^5.5.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-flowtype": "^2.50.0",
"flow-bin": "^0.80.0",
"flow-typed": "^2.5.1",
"jest": "^22.4.4",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"npx": "^10.2.0",
"popper.js": "^1.14.4",
"regenerator-runtime": "^0.12.1",
"sprintf-js": "^1.1.1",
"three": "^0.95.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}