-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
60 lines (60 loc) · 1.72 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
59
60
{
"name": "orchestra",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"angular-smart-table": "2.1.11",
"angular-ui-tree": "2.22.6",
"babel-core": "^6.14.0",
"babel-loader": "7.1.1",
"babel-plugin-angularjs-annotate": "0.10.0",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.28.1",
"d3": "^3.5.17",
"dragula": "^3.7.2",
"eslint": "^3.8.1",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.0",
"extract-text-webpack-plugin": "3.0.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-htmlhint": "^0.3.1",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-jsonlint": "^1.1.2",
"gulp-rename": "^2.0.0",
"gulp-print": "^5.0.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"html-loader": "^0.5.5",
"htmlhint": "^0.9.13",
"htmlhint-loader": "^1.2.0",
"jshint": "^2.9.1",
"jshint-loader": "^0.8.4",
"jshint-stylish": "^2.1.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.2",
"moment-timezone": "^0.5.10",
"node-sass": "4.14.1",
"pikaday": "^1.4.0",
"quill": "^0.20.0",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"webpack": "3.3.0",
"yargs": "^15.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.config.js --progress --color --watch"
},
"author": "Team B12"
}