-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
56
57
58
{
"name": "justus",
"version": "1.0.0",
"description": "JUSTUS - JULKAISUTIETOJEN TALLENNUS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"serve": "http-server ./build -a localhost -p 3000 -c-1",
"watch": "gulp dev",
"dev": "run-p \"watch\" \"serve\"",
"start": "npm run serve"
},
"author": "CSC",
"repository": "https://github.com/CSCfi/justus-frontend",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"del": "^2.0.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-angular": "^3.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.0",
"gulp-ng-config": "^1.4.0",
"gulp-rev-all": "^0.8.22",
"gulp-sass": "^2.0.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"http-server": "^0.10.0",
"node-sass": "^4.3.0",
"npm-run-all": "^4.1.1",
"run-sequence": "^1.1.5"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^1.0.3",
"bluebird": "^3.5.0",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"ng-csv": "^0.3.6",
"ng-tags-input": "^3.2.0",
"ui-select": "^0.19.8"
}
}