-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
53
{
"name": "twitter-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"twitter": "node src/twitter-api.js",
"build": "webpack --config ./config/webpack/webpack.base.config.js",
"start:client": "webpack-dev-server --config ./config/webpack/webpack.base.config.js",
"start:server": "nodemon ./src/server localhost 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bulma": "^0.6.2",
"chart.js": "^2.7.3",
"connect-history-api-fallback": "^1.5.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"morgan": "^1.9.1",
"node-sass": "^4.11.0",
"oauth": "^0.9.15",
"twit": "^2.2.9",
"vue": "^2.5.13",
"vue-chartjs": "^3.1.1",
"vue-history-api-fallback": "^1.0.3",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"watson-developer-cloud": "^3.0.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.9",
"cryptiles": ">=4.1.2",
"html-webpack-plugin": "^2.30.1",
"nodemon": "^1.18.10",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-server": "^3.2.0",
"webpack-hot-middleware": "^2.21.0"
}
}