-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.29 KB
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
{
"name": "iris-schedule-viewer",
"version": "1.1.4",
"description": "An IRIS component for displaying gantt-style categorized data over time.",
"main": "dist/bundle.js",
"scripts": {
"start": "webpack-dev-server",
"build:dev": "webpack",
"build:prod": "NODE_ENV=production webpack -p",
"bundle": "npm run build:dev && npm run build:prod",
"test": "mocha --opts mocha.config",
"test:watch": "mocha --opts mocha.config --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/gchq/iris-schedule-viewer.git"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"chai": "^3.5.0",
"css-loader": "^0.27.2",
"d3-axis": "^1.0.6",
"d3-brush": "^1.0.4",
"d3-scale": "^1.0.5",
"d3-selection": "^1.0.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.1.0",
"jsdom": "^13.2.0",
"less": "^3.9.0",
"less-loader": "^3.0.0",
"license-webpack-plugin": "^1.1.1",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"sinon": "^1.17.7",
"style-loader": "^0.13.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
}
}