-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "share.optonaut.co",
"version": "0.0.0",
"description": "Small proxy web application to share Optographs as HTTP URLs",
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "echo 'No tests so far'",
"prebuild": "npm install",
"build": "webpack -p",
"prestart": "npm install",
"start": "webpack-dev-server --hot --inline --history-api-fallback --devtool source-map --host 0.0.0.0 --port 8840"
},
"repository": {
"type": "git",
"url": "git+https://github.com/optonaut/share.optonaut.co.git"
},
"author": "",
"bugs": {
"url": "https://github.com/optonaut/share.optonaut.co/issues"
},
"homepage": "https://github.com/optonaut/share.optonaut.co#readme",
"dependencies": {
"bowser": "^1.0.0",
"normalize.css": "^3.0.3",
"react": "^0.13.3",
"whatwg-fetch": "^0.10.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.24",
"exports-loader": "^0.6.2",
"imports-loader": "^0.6.4",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.24",
"css-loader": "^0.18.0",
"html-webpack-plugin": "^1.6.1",
"node-sass": "^3.3.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.11.0"
}
}