-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
129 lines (129 loc) · 4.42 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"private": true,
"name": "@infor/sohoxi",
"version": "4.6.0-rc",
"shortName": "sohoxi",
"description": "Hook & Loop - SoHo XI Controls",
"author": "Hook & Loop",
"license": "Runtime License",
"scripts": {
"start": "node server.js",
"stop": "./bin/stop.sh",
"eslint": "eslint -c .eslintrc.js components",
"eslint:log": "eslint -c .eslintrc.js components -o eslint.log",
"eslint:error-only": "eslint -c .eslintrc.js --quiet components",
"build": "rollup -c",
"minify": "node ./build/minify.js",
"install-globals": "npm install -g pandoc-bin grunt-cli documentation rollup",
"local:unit": "karma start karma.local.conf.js",
"ci:unit": "karma start karma.ci.conf.js",
"browserstack:unit": "karma start karma.browserstack.conf.js",
"prelocal:functional": "npm run webdriver:update && (npm run start & sleep 10)",
"local:functional": "protractor ./protractor.conf.js || npm run stop",
"postlocal:functional": "npm run stop && exit 0",
"prebrowserstack:functional": "npm run webdriver && (npm run start & sleep 10)",
"browserstack:functional": "protractor ./protractor.browserstack.conf.js || npm run stop",
"postbrowserstack:functional": "npm run stop && exit 0",
"webdriver": "webdriver-manager update --standalone false --gecko false --quiet",
"webdriver:update": "webdriver-manager update",
"pree2e": "npm run webdriver && (npm run start & sleep 10)",
"publish-dev": "grunt publish && npm publish publish --tag dev --force",
"publish-prod": "grunt publish && npm publish publish --force",
"documentation": "node ./build/deploy-documentation.js",
"publish-aws": "AWS_PROFILE=sohoxi directory-to-s3 -d publish infor-devops-core-soho-us-east-1/sohoxi/4.4.0 -v",
"lint-staged": "lint-staged"
},
"pre-commit": [
"lint-staged"
],
"lint-staged": {
"*.js": [
"eslint"
]
},
"dependencies": {
"d3": "^4.13.0",
"jquery": "^3.1.1"
},
"devDependencies": {
"archiver": "^2.1.1",
"axe-core": "^3.0.0",
"axe-webdriverjs": "^2.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"browserstack-local": "^1.3.0",
"chai-jquery": "^2.0.0",
"chalk": "^2.3.2",
"connect-multiparty": "^2.0.0",
"del": "^3.0.0",
"directory-to-s3": "^1.0.0",
"documentation": "^5.3.5",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jasmine": "^2.9.3",
"eslint-plugin-jasmine-jquery": "^1.0.0",
"express": "^4.13.4",
"express-slash": "^2.0.1",
"extend": "^3.0.0",
"front-matter": "^2.3.0",
"grunt": "^1.0.2",
"grunt-banner": "^0.6.0",
"grunt-bump": "^0.8.0",
"grunt-chokidar": "^1.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-eslint": "^20.1.0",
"grunt-exec": "^3.0.0",
"grunt-mocha-cli": "^4.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-sass": "^2.1.0",
"handlebars": "^4.0.11",
"handlebars-registrar": "^1.5.2",
"html-loader": "^0.5.5",
"ids-css": "^1.0.0",
"jasmine-core": "^3.0.0",
"jasmine-jquery": "^2.1.1",
"jasmine-spec-reporter": "^4.2.1",
"js-yaml": "^3.11.0",
"karma": "^2.0.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"lint-staged": "^7.0.0",
"load-grunt-tasks": "^3.5.2",
"map-stream": "0.0.7",
"marked": "^0.3.17",
"mmm": "^0.2.2",
"moment": "^2.19.2",
"node-pandoc": "^0.3.0",
"node-sass": "^4.8.3",
"pandoc": "^0.2.0",
"pre-commit": "^1.2.2",
"protractor": "^5.3.0",
"protractor-image-comparison": "^1.5.1",
"pygmentize-bundled": "^2.3.0",
"r2": "^2.0.0",
"rollup": "^0.55.3",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-license": "^0.5.0",
"rollup-plugin-node-resolve": "^3.0.0",
"uglify-es": "^3.3.9",
"unoconv": "^0.1.2",
"vinyl-contents-tostring": "^1.0.0",
"vinyl-write": "^0.2.2",
"webpack": "^3.11.0"
}
}