forked from magalhini/firstaidgit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "FirstAidGit",
"version": "1.0.0",
"description": "Searchable collection of git frequently asked questions",
"main": "webpack.config.js",
"scripts": {
"start": "webpack-dev-server --hot --progress --colors",
"build": "webpack --progress --config webpack.dist.config --colors"
},
"author": "Ricardo Magalhães",
"license": "ISC",
"dependencies": {
"babel": "^5.1.11",
"babel-core": "^5.1.11",
"babel-loader": "^5.0.0",
"es6-promise": "^2.1.0",
"extract-text-webpack-plugin": "^0.3.8",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"markdown": "^0.5.0",
"react": "^0.12.2",
"react-hot-loader": "^1.1.6",
"react-inlinesvg": "^0.3.0",
"react-router": "^0.12.4",
"sass-loader": "^0.4.1",
"showdown": "^0.4.0",
"style-loader": "^0.8.3",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0",
"whatwg-fetch": "^0.7.0"
},
"devDependencies": {
"autoprefixer-loader": "^1.1.0",
"css-loader": "^0.9.1",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.1",
"gulp": "^3.8.11",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.3.2",
"html-webpack-plugin": "^1.1.0",
"imports-loader": "^0.6.3"
}
}