-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.71 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "Final-Project",
"version": "1.0.0",
"description": "![alt tag](https://github.com/zee-A-team/Final-Project/blob/master/The-a-team-the-cast-mr-t-george-peppard-dwight-schultz-dirk-bendict.jpg)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run bundle & npm run server",
"bundle": "webpack",
"server": "node server.js",
"lint": "eslint .",
"build": "rimraf dist && set NODE_ENV=production && webpack --config ./webpack.production.config.js --progress --profile --colors",
"postinstall": "rimraf dist && set NODE_ENV=production && webpack --config ./webpack.production.config.js --progress --profile --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Viltaria/Final-Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Viltaria/Final-Project/issues"
},
"homepage": "https://github.com/Viltaria/Final-Project#readme",
"dependencies": {
"@risingstack/graffiti": "^3.1.1",
"@risingstack/graffiti-mongoose": "^5.2.1",
"autoprefixer": "^6.4.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"c3": "^0.4.11",
"chiasm": "^0.3.0",
"chiasm-component": "^0.2.3",
"chiasm-crossfilter": "^0.1.1",
"chiasm-dataset-loader": "^0.3.1",
"chiasm-layout": "^0.3.0",
"chiasm-links": "^0.2.3",
"crossfilter": "^1.3.12",
"css-loader": "^0.23.1",
"csv-loader": "^2.0.1",
"d3": "3.5.6",
"del": "^2.2.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"favicons-webpack-plugin": "0.0.7",
"fs": "0.0.1-security",
"graphiql": "^0.7.4",
"graphql": "^0.6.2",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"leaflet": "^0.7.7",
"lodash": "^4.15.0",
"model-js": "^0.2.5",
"mongodb": "^2.2.5",
"mongoose": "^4.5.8",
"node-fetch": "^1.6.0",
"node-mongo-seeds": "^2.3.0",
"node-sass": "^3.8.0",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"sass": "^0.5.0",
"stats-webpack-plugin": "^0.4.2",
"style-loader": "^0.13.1",
"topojson": "^1.6.26",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"image-webpack-loader": "^2.0.0",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-livereload-plugin": "^0.8.2"
}
}