-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 970 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
{
"name": "adjusted-contact-viz",
"version": "0.0.0",
"main": "index.js",
"author": "Will Reppun <(none)>",
"license": "MIT",
"scripts": {
"build:dev": "webpack --watch --env=dev --progress --profile --colors",
"build:dist": "webpack --env=prod --progress --profile --colors && tar -cvzf dist/build.tar.gz server public package.json yarn.lock"
},
"dependencies": {
"d3": "^4.7.1",
"html-loader": "^0.4.5",
"knex": "^0.12.7",
"markdown-loader": "^2.0.0",
"pg": "^6.1.4",
"uglifyjs-webpack-plugin": "^0.3.0",
"vue": "^2.2.1",
"vue-resource": "^1.2.1"
},
"devDependencies": {
"css-loader": "^0.27.0",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}