-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "summit",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "./build.sh",
"start": "webpack-dev-server --env.dataURL='local' --mode development --open",
"deploy": "./deploy.sh"
},
"author": "Fred Hohman",
"repository": {
"type": "git",
"url": "git+https://github.com/fredhohman/summit.git"
},
"license": "ISC",
"dependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"awesomplete": "^1.1.4",
"babel-loader": "^8.0.5",
"compute-cosine-similarity": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"d3": "^5.9.1",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"devDependencies": {
"gh-pages": "^2.0.1"
}
}