forked from tomitribe/mykola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.89 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
61
62
{
"name": "angular-tomitribe-components",
"version": "0.1.2",
"description": "Angular UI Component library named after famous Ukrainian composer, Mykola Leontovych",
"repository": "https://github.com/tomitribe/mykola.git",
"main": "/",
"scripts": {
"start": "webpack-dev-server --config webpack/webpack.dev.js --watch --NODE_ENV=dev",
"build": "webpack --config webpack/webpack.dev.js --NODE_ENV=production",
"doc": "cross-env NODE_ENV=bundle gulp ngdocs",
"bundle": "cross-env NODE_ENV=bundle webpack --config webpack/webpack.dev.js"
},
"author": "Andrii M.",
"license": "MIT",
"dependencies": {
"angular": "1.5.8",
"angular-cookies": "1.5.8",
"angular-resource": "1.5.8",
"angular-route": "1.5.8",
"font-awesome": "4.7.0",
"jquery": "2.1.4",
"angular-sanitize": "1.5.8",
"ui-select": "0.19.6",
"selectize": "0.12.4",
"bootstrap": "3.3.6",
"bootstrap-admin-ui": "1.2.0",
"html5sortable": "0.4.3",
"underscore": "1.8.3",
"ng-infinite-scroll": "1.3.0"
},
"devDependencies": {
"@types/angular": "1.5.22",
"@types/core-js": "0.9.35",
"@types/jquery": "2.0.34",
"@types/node": "6.0.53",
"angular-tomitribe-common": "0.0.5",
"archiver": "1.2.0",
"compression-webpack-plugin": "0.3.2",
"copy-webpack-plugin": "3.0.1",
"cross-env": "3.1.3",
"css-loader": "0.26.0",
"file-loader": "0.9.0",
"fs-extra": "1.0.0",
"gulp": "3.9.1",
"gulp-connect": "5.0.0",
"gulp-ngdocs": "0.3.0",
"gulp-webpack": "1.5.0",
"html-webpack-plugin": "2.24.1",
"node-sass": "3.13.0",
"pug": "2.0.0-beta6",
"pug-loader": "2.3.0",
"raw-loader": "0.5.1",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"ts-loader": "1.2.2",
"typescript": "2.2.2",
"url-loader": "0.5.7",
"webpack": "1.13.3",
"webpack-dev-server": "1.16.2"
},
"engine": "node >= 5.0.0"
}