forked from uuberoy/scalabel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.74 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"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",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/transform-flow-comments",
"@babel/transform-flow-strip-types",
"@babel/plugin-proposal-class-properties"
]
},
"jest": {
"roots": [
"app/src/js",
"app/src/js/v1"
],
"testURL": "http://localhost/",
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.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.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.1",
"@types/classnames": "^2.2.7",
"@types/material-ui": "^0.21.6",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2",
"awesome-typescript-loader": "^5.2.1",
"babel-cli": "^6.26.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.4",
"babel-preset-flow": "^6.23.0",
"bootstrap": "^4.1.3",
"bootstrap-material-design": "^4.1.1",
"bootstrap-switch": "^3.3.4",
"circular-dependency-plugin": "^5.0.2",
"copy-webpack-plugin": "^4.5.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^5.15.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.80.0",
"flow-typed": "^2.5.1",
"jest": "^24.1.0",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"npx": "^10.2.0",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-split-pane": "^0.1.84",
"redux": "^4.0.0",
"redux-undo": "^0.6.1",
"regenerator-runtime": "^0.12.1",
"rxjs": "^6.3.3",
"source-map-loader": "^0.2.4",
"sprintf-js": "^1.1.1",
"three": "^0.95.0",
"tslint": "^5.13.1",
"typescript": "^3.3.3333",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"ajv": "^6.10.0",
"terser": "3.14.1"
}
}