-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "mobility-hacks-website",
"description": "Website for www.mobility-hacks.de",
"version": "0.0.1",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/hackerstolz/mobilityhacks-website"
},
"scripts": {
"start": "webpack-dev-server --inline --watch",
"script": "webpack -p",
"build": "webpack -p",
"deploy": "node deploy.js",
"watch": "webpack -w"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"clean-webpack-plugin": "^0.1.9",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"ftp-deploy": "^1.1.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.7.1",
"raw-loader": "^0.5.1",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0",
"react-scroll": "^1.4.4"
}
}