-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "seatrack",
"version": "1.0.0",
"description": "",
"author": "Bjørn Sandvik",
"license": "UNLICENSE",
"private": true,
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base build/",
"build": "webpack && cp app/index.html build/index.html && cp -r app/img build/img",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npolar/seatrack.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/npolar/seatrack/issues"
},
"homepage": "http://seatrack.seapop.no/map",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.1",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^2.6.1"
},
"dependencies": {
"auth0-js": "^9.3.0",
"d3-collection": "^1.0.1",
"d3-selection": "^1.0.2",
"dialog-polyfill": "^0.4.5",
"getmdl-select": "^2.0.1",
"lodash.throttle": "^4.1.1",
"material-design-lite": "^1.2.1",
"proj4": "^2.3.17"
}
}