-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"name": "iplfever",
"description": "An ipl project with vue front-end and viualising the datasets through different graphs,charts.",
"version": "1.0.0",
"author": "arpit anand <[email protected]>",
"private": true,
"engines": {
"node": "6.9.4"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"postinstall": "npm run build",
"start": "node server.js"
},
"dependencies": {
"express": "^4.15.2",
"highcharts": "^5.0.11",
"jquery": "^3.2.1",
"materialize-css": "^0.98.2",
"vue": "^2.2.1",
"vue-resource": "^1.3.1",
"vue-route": "^1.5.1",
"vue-router": "^2.5.3"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-latest": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}