-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 923 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
{
"name": "crake",
"version": "0.0.1",
"description": "",
"main": "main.js",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production webpack --progress --hide-modules && electron ."
},
"author": "Opeyemi Obembe <[email protected]> (http://obem.be/opeyemi)",
"license": "ISC",
"dependencies": {
"@yaireo/tagify": "git+https://github.com/yairEO/tagify.git",
"moment": "^2.18.1",
"nedb": "^1.8.0",
"oauth-electron-twitter": "^0.1.1",
"twit": "^2.2.9",
"twitter-text": "^1.14.7",
"vue": "^2.4.2",
"vue-router": "^2.7.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.5.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"electron-packager": "^8.7.2",
"file-loader": "^0.9.0",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1"
}
}