-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
44 lines (44 loc) · 1.24 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
42
43
44
{
"name": "nv",
"description": "Notational velocity for the web.",
"version": "1.0.0",
"author": "Tom Meagher <thom.meagher@gmail.com>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"deploy": "firebase deploy"
},
"dependencies": {
"clipboard": "^1.6.1",
"firebase": "^3.7.0",
"keyboardjs": "^2.3.3",
"local-storage": "^1.4.2",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"string_score": "^0.1.22",
"vue": "^2.1.0",
"vue-head": "^2.0.10",
"vue-router": "^2.2.1",
"vuex": "^2.1.2"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-3": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.9.0",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.4.1"
}
}