-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "taskcluster-provisioning-simulator",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"lint": "eslint src/*.js test/*.js",
"sim": "node main.js sim",
"test": "mocha test/*_test.js"
},
"author": "",
"license": "MPL-2.0",
"dependencies": {
"chalk": "^4.1.0",
"chart.js": "^2.9.3",
"commander": "^6.0.0",
"date-fns": "^2.15.0",
"eslint": "^7.6.0",
"priorityqueuejs": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"react-router-dom": "^5.2.0",
"slugid": "^2.0.0"
},
"devDependencies": {
"@neutrinojs/react": "^9.3.0",
"amqplib": "^0.6.0",
"debug": "^4.1.1",
"mocha": "^8.1.0",
"mock-fs": "^4.12.0",
"neutrino": "^9.3.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}