-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "learning-webpack",
"version": "0.0.0",
"description": "Basic understanding of webpack via examples",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hegdeashwin/learning-webpack.git"
},
"keywords": [
"webpack",
"bundle",
"module"
],
"author": "Ashwin Hegde",
"license": "MIT",
"bugs": {
"url": "https://github.com/hegdeashwin/learning-webpack/issues"
},
"homepage": "https://github.com/hegdeashwin/learning-webpack#readme",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"css-loader": "^0.23.1",
"csslint": "^0.10.0",
"csslint-loader": "^0.2.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"html-loader": "^0.4.0",
"image-webpack-loader": "^1.6.2",
"jscs": "^2.7.0",
"jscs-loader": "^0.2.0",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"open": "0.0.5",
"open-browser-webpack-plugin": "0.0.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.1",
"typescript": "^1.8.2"
}
}