-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"name": "andrwh.com",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "webpack .",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "echo 'http://localhost:4003/index-dev.html'; webpack-dev-server --config webpack-dev-server.config.js --hot --progress --colors --port 4003 --content-base ."
},
"repository": {
"type": "git",
"url": "git@personal:andrwh/andrwh.com.git"
},
"author": "Andrew Ho <andrwho25@gmail.com> (http://www.andrwh.com)",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"bluebird": "^3.4.6",
"classlist-polyfill": "^1.0.3",
"markdown": "^0.5.0",
"mouse-wheel": "^1.2.0"
}
}