-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 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
{
"name": "cluster-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"start:dev": "webpack-dev-server --content-base . --mode development --hot --inline --colors --port 3000 --open",
"build:dev": "webpack --config webpack.config.js --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisbarbour/cluster.git"
},
"author": "Chris Barbour <bobjamin@live.co.uk>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chrisbarbour/cluster/issues"
},
"homepage": "https://github.com/chrisbarbour/cluster#readme",
"dependencies": {
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"popper": "^1.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"simple-gl": "^1.0.3"
},
"devDependencies": {
"awesome-typescript-loader": "^3.5.0",
"css-loader": "^0.28.10",
"raw-loader": "^0.5.1",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.2",
"ts-loader": "^4.0.1",
"typescript": "^2.7.2",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0"
}
}