forked from eile/hiking-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
46
47
48
49
{
"name": "trail-guide",
"version": "1.0.0",
"description": "A 3D trail guide app for the Swiss National Park.",
"scripts": {
"build": "webpack -p --config ./webpack.config.prod.js",
"start": "webpack-dev-server --hot --open",
"lint": "tslint src/**/*.ts"
},
"keywords": [
"3D",
"hike",
"trail"
],
"author": "Raluca Nicola",
"license": "MIT",
"typings": "src/ts/types.d.ts",
"devDependencies": {
"@types/amcharts": "^3.21.2",
"@types/arcgis-js-api": "4.7",
"@types/dojo": "^1.9.40",
"@types/nouislider": "^9.0.3",
"awesome-typescript-loader": "^3.4.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"image-webpack-loader": "^4.2.0",
"jshint": "^2.9.5",
"jshint-loader": "^0.8.4",
"json-loader": "^0.5.7",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"serviceworker-webpack-plugin": "^0.2.3",
"style-loader": "^0.19.1",
"ts-loader": "^0.8.1",
"tslint": "^5.7.0",
"tslint-webpack-plugin": "^1.1.1",
"typescript": "^2.6.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"amcharts3": "^3.21.12",
"font-awesome": "^4.7.0",
"nouislider": "^11.0.0"
}
}