-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 3.18 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "panaxui-angularjs",
"version": "0.0.1",
"author": "Benjamin Orozco <[email protected]>",
"description": "PanaxUI GUI Frontend - AngularJS",
"main": "app/index.html",
"license": "Apache-2.0",
"scripts": {
"build": "webpack --progress --color --config webpack.config.js",
"build:watch": "webpack --progress --color --watch --config webpack.config.js",
"test": "karma start",
"test:live": "karma start --auto-watch --no-single-run",
"eslint": "node node_modules/.bin/eslint -c .eslintrc --ignore-pattern '**/*.+(test|mock).js' src/",
"eslint:fix": "node node_modules/.bin/eslint --fix -c .eslintrc --ignore-pattern '**/*.+(test|mock).js' src/",
"eslint:test": "node node_modules/.bin/eslint -c .eslintrc --ignore-pattern '!**/*.+(test|mock).js' src/",
"eslint:test:fix": "node node_modules/.bin/eslint --fix -c .eslintrc --ignore-pattern '!**/*.+(test|mock).js' src/",
"commit": "git-cz"
},
"config": {
"ghooks": {
"pre-commit": "npm run eslint && npm run test"
}
},
"repository": {
"type": "git",
"url": "https://github.com/panaxit/panaxui-angularjs.git"
},
"dependencies": {
"ag-grid": "3.1.2",
"angular": "^1.4.7",
"angular-component": "0.0.6",
"angular-formly": "^7.3.7",
"angular-formly-templates-bootstrap": "^6.2.0",
"angular-md5": "^0.1.8",
"angular-sanitize": "^1.4.7",
"angular-tree-control": "0.2.21",
"angular-ui-bootstrap": "^0.14.3",
"angular-ui-grid": "3.0.6",
"angular-ui-router": "^0.2.15",
"angular-upload": "^1.0.13",
"angular-urlify": "*",
"angular-utils-pagination": "^0.8.2",
"angularjs-color-picker": "^0.6.11",
"api-check": "^7.5.0",
"az-promise-show": "^1.1.2",
"bootstrap": "^3.3.5",
"jsonformatter": "^0.3.1",
"lodash": "^3.10.1",
"panaxui-bootstrap": "git+https://github.com/panaxit/panaxui-bootstrap.git",
"tinycolor2": "git+https://github.com/bgrins/TinyColor.git",
"ui-select": "^0.11.2"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"devDependencies": {
"angular-mocks": "^1.5.0-beta.0",
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.5",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.24",
"chai": "^3.3.0",
"commitizen": "^2.4.6",
"css-loader": "^0.15.5",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^1.10.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"ghooks": "^0.3.2",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.6.1",
"imports-loader": "^0.6.4",
"isparta-instrumenter-loader": "^0.2.1",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.2",
"karma-html-reporter": "^0.2.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "0.0.20",
"karma-webpack": "^1.7.0",
"ng-annotate-loader": "0.0.6",
"ngtemplate-loader": "^1.3.1",
"null-loader": "^0.1.1",
"phantomjs-polyfill": "0.0.1",
"postcss-loader": "^0.6.0",
"style-loader": "^0.12.3",
"webpack": "^1.10.5"
},
"engines": {
"node": ">=0.10.0"
}
}