forked from Daffy-Dinosaurs/Heartbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.03 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.03 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "abvolt",
"version": "0.1.0",
"description": "Thesis Project",
"main": "index.js",
"scripts": {
"postinstall": "webpack --config ./webpack-production.config.js --progress --colors",
"start": "nodemon server/server.js",
"frontend": "webpack-dev-server",
"build": "webpack",
"deploy": "",
"yolo": "git add --all && git commit -am \"$(date)\" && npm version minor && git push origin master --tags && npm run build && npm run deploy"
},
"engines": {
"node": "5.3.0",
"npm": "3.3.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daffy-Dinosaurs/abvolt.git"
},
"author": "Daffy Dinosaurs",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daffy-Dinosaurs/abvolt/issues"
},
"homepage": "https://github.com/Daffy-Dinosaurs/abvolt#readme",
"dependencies": {
"apeman-react-slider": "^2.2.1",
"autoprefixer": "^5.2.0",
"autoprefixer-core": "^5.2.0",
"autoprefixer-stylus": "^0.7.0",
"axios": "^0.9.1",
"babel": "^5.5.8",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"body-parser": "^1.14.2",
"bootstrap": "^3.3.6",
"classnames": "^2.1.3",
"css-loader": "^0.15.1",
"csv": "^0.4.6",
"csv-json": "^0.1.0",
"csvtojson": "^0.5.2",
"d3": "^3.5.14",
"d3-queue": "^2.0.2",
"dsv-loader": "^1.0.3",
"es6-promise": "^3.0.2",
"exports-loader": "^0.6.2",
"express": "^4.13.4",
"file-loader": "^0.8.4",
"history": "^1.17.0",
"hjs-webpack": "^2.6.0",
"imports-loader": "^0.6.5",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"less": "^2.6.0",
"local-links": "^1.4.0",
"lodash.assign": "^3.2.0",
"lodash.has": "^3.2.1",
"lodash.merge": "^3.3.1",
"lodash.pick": "^3.1.0",
"lodash.result": "^3.1.2",
"milliseconds": "^1.0.3",
"mysql": "2.5.0",
"node-env-file": "^0.1.8",
"node-libs-browser": "^0.5.2",
"nodemon": "^1.9.0",
"octicons": "^2.2.0",
"postcss-loader": "^0.5.0",
"qs": "^3.1.0",
"raw-loader": "^0.5.1",
"rc-slider": "^3.3.2",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.2.7",
"react-joyride": "^1.1.1",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-slider": "^0.6.1",
"react-tour-guide": "0.0.8",
"react-user-tour": "^2.0.1",
"redux": "^3.3.1",
"redux-logger": "^2.5.0",
"redux-promise": "^0.5.1",
"redux-thunk": "^1.0.3",
"sequelize": "^3.19.2",
"sequelize-cli": "^2.3.1",
"slugger": "^1.0.0",
"standard": "^4.3.1",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"surge": "^0.14.2",
"topojson": "^1.6.22",
"url-loader": "^0.5.6",
"victory": "^0.4.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^0.11.0",
"xhr": "^2.0.2",
"yeticss": "^6.0.7"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"css-loader": "^0.15.6",
"webpack-dev-server": "^1.9.0",
"react-hot-loader": "^1.2.7"
}
}