-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 738 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 738 Bytes
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
{
"name": "scheduling-profiler-prototype",
"version": "0.0.1",
"scripts": {
"build": "parcel build index.html",
"prettier": "prettier --write '**/*.{js,json,css}'",
"start": "parcel index.html"
},
"author": "Brian Vaughn <bvaughn@fb.com>",
"license": "MIT",
"dependencies": {
"array-binsearch": "^1.0.1",
"clipboard-js": "^0.3.6",
"d3-hierarchy": "^1.1.9",
"lodash.clonedeep": "^4.5.0",
"memoize-one": "^5.1.1",
"pretty-ms": "^5.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-virtualized-auto-sizer": "^1.0.2",
"scheduler": "^0.18.0"
},
"devDependencies": {
"parcel": "2.0.0-alpha.3.2",
"postcss-modules": "^1.4.1",
"prettier": "^1.19.1"
}
}