forked from deep7102/project-hardcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.64 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
130
131
132
133
134
135
136
{
"name": "ids-enterprise",
"slug": "ids-enterprise",
"version": "4.8.0-dev",
"description": "Infor Design System (IDS) Enterprise Components for the web",
"repository": {
"type": "git",
"url": "git+https://github.com/infor-design/enterprise.git"
},
"keywords": [
"infor design system",
"infor design system enterprise"
],
"author": "Hook & Loop",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/infor-design/enterprise/issues"
},
"homepage": "https://github.com/infor-design/enterprise",
"main": "dist/js/sohoxi.js",
"jspm": {
"main": "dist/js/sohoxi.js"
},
"files": [
"dist"
],
"scripts": {
"start": "npm run build && node app/server.js",
"quickstart": "npx grunt demo && node app/server.js",
"build": "npx grunt",
"stop": "./scripts/stop.sh",
"watch": "npm run build -- watch",
"eslint": "npx eslint -c .eslintrc.js src test",
"eslint:log": "npx eslint -c .eslintrc.js src test -o eslint.log",
"eslint:error-only": "npx eslint -c .eslintrc.js --quiet src test",
"functional:local": "npx karma start test/karma.conf.js",
"functional:ci": "npx karma start test/karma.conf.js --single-run",
"e2e:ci": "npm run webdriver:update && npx protractor test/protractor.ci.conf.js",
"e2e:ci:bs": "npx protractor test/protractor.ci.bs.conf.js",
"e2e:local:bs": "npm run webdriver:update && npx protractor test/protractor.local.bs.conf.js",
"e2e:local:debug": "npm run webdriver:update && npx protractor test/protractor.local.debug.conf.js",
"webdriver:update": "npx webdriver-manager update --standalone false --quiet",
"zip-dist": "npx grunt zip-dist",
"documentation": "node ./scripts/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",
"release:beta": "release-it minor --preRelease=beta",
"release:rc": "release-it minor --preRelease=rc",
"release:final": "release-it minor",
"prepublishOnly": "npm run build",
"test": "npx karma start test/karma.conf.js --single-run"
},
"dependencies": {
"d3": "^4.13.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"archiver": "^2.1.1",
"axe-core": "^3.0.2",
"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.3",
"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.12.0",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-jasmine-jquery": "^1.0.0",
"express": "^4.13.4",
"express-csp": "^0.1.3",
"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",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.0.0",
"jasmine-jquery": "^2.1.1",
"jasmine-spec-reporter": "^4.2.1",
"js-yaml": "^3.11.0",
"karma": "^2.0.2",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-jasmine": "^1.1.2",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"load-grunt-tasks": "^3.5.2",
"marked": "^0.3.17",
"mmm": "^0.2.2",
"moment": "^2.19.2",
"node-sass": "^4.8.3",
"protractor": "^5.3.2",
"protractor-image-comparison": "^1.7.2",
"pygmentize-bundled": "^2.3.0",
"r2": "^2.0.1",
"rollup": "^0.55.3",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-license": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.0",
"slash": "^2.0.0",
"uglify-es": "^3.3.10",
"unoconv": "^0.1.2",
"vinyl-contents-tostring": "^1.0.0",
"vinyl-write": "^0.2.2",
"webpack": "^4.10.2",
"yargs": "^11.0.0"
}
}