-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
37 lines (37 loc) · 967 Bytes
/
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
{
"name": "source-map-visualization",
"version": "0.1.0",
"description": "",
"main": "app/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --hot",
"build": "webpack -p --progress --profile",
"deploy": "gh-pages -d build"
},
"repository": "",
"author": "Tobias Koppers @sokra",
"license": "MIT",
"devDependencies": {
"gh-pages": "^0.8.0",
"html-webpack-plugin": "^2.7.2",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"css-loader": "^0.23.1",
"escape-html": "^1.0.3",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.1",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"json-loader": "^0.5.0",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"raw-loader": "~0.5.0",
"source-map": "^0.5.3",
"style-loader": "^0.13.0",
"uglify-js": "^2.6.1",
"url-loader": "^0.5.1"
}
}