This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"name": "site-2017",
"version": "1.0.0",
"description": "hackillinois website",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --progress --hot",
"deploy": "webpack && netlify deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackIllinois/site-2017.git"
},
"author": "HackIllinois Staff",
"license": "ISC",
"bugs": {
"url": "https://github.com/HackIllinois/site-2017/issues"
},
"homepage": "https://github.com/HackIllinois/site-2017#readme",
"dependencies": {
"axios": "^0.15.3",
"boron": "^0.2.3",
"jsonp": "^0.2.0",
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-mobx-deep-action": "^1.3.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.24.0",
"file-loader": "^0.9.0",
"mobx": "^2.7.0",
"mobx-react": "^4.0.4",
"mobx-react-devtools": "^4.2.10",
"mobx-utils": "^1.1.3",
"node-sass": "^3.10.1",
"path": "^0.12.7",
"react-dropzone": "^3.9.1",
"react-router": "^2.8.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
}
}