This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
55 lines (55 loc) · 1.7 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
50
51
52
53
54
55
{
"name": "gtfseditor",
"version": "1.0.0",
"description": "Gtfseditor",
"scripts": {
"build": "NODE_ENV=prod node_modules/.bin/webpack --progress --profile --colors",
"start": "node_modules/.bin/webpack-dev-server --progress --port 2992 --content-base app/static/dist",
"postinstall": "NODE_ENV=production webpack --progress --profile --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avilaton/gtfseditor.git"
},
"author": "Gaston Avila",
"bugs": {
"url": "https://github.com/avilaton/gtfseditor/issues"
},
"homepage": "https://github.com/avilaton/gtfseditor#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-loading-bar": "^0.9.0",
"angular-resource": "^1.5.8",
"angular-route": "^1.5.8",
"angular-ui-bootstrap": "^2.1.4",
"lodash": "^4.16.3",
"ng-table": "^1.0.0",
"ol": "^4.3.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"bootstrap-sass": "^3.3.7",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.14.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.9.0",
"html-minify-loader": "^1.1.0",
"image-webpack-loader": "^1.8.0",
"imports-loader": "^0.6.5",
"jshint": "^2.9.3",
"jshint-loader": "^0.8.3",
"manifest-revision-webpack-plugin": "^0.4.0",
"ng-annotate-loader": "^0.2.0",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^3.10.1",
"sass-loader": "^4.1.1",
"script-loader": "^0.6.1",
"style-loader": "^0.12.4",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
}