This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
197 lines (197 loc) · 6.07 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"name": "@cerner/carbon-graphs",
"description": "A graphing library built using d3 based on Cerner design standards",
"version": "2.14.3",
"author": "Cerner Corporation",
"browserslist": [
"Android >= 4",
"Chrome >= 35",
"Firefox >= 31",
"Explorer >= 10",
"iOS >= 7",
"Safari >= 7.1"
],
"bugs": "https://github.com/cerner/carbon-graphs/issues",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"type-case": [
0,
"always",
"start-case"
],
"type-enum": [
2,
"always",
[
"Fix",
"Chore",
"New",
"Docs",
"Breaking",
"Upgrade",
"Update",
"Build",
"Revert"
]
],
"subject-case": [
0,
"always",
"start-case"
]
}
},
"dependencies": {
"d3": "^5.16.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-classes": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@cerner/carbon-site-helpers": "^1.11.3",
"@cerner/svg-to-carbon": "^1.1.3",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/git": "^9.0.0",
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-minify-replace": "^0.5.0",
"babel-preset-minify": "^0.5.1",
"babel-eslint": "^10.1.0",
"commander": "^5.1.0",
"conventional-changelog-eslint": "^3.0.8",
"css-loader": "^3.6.0",
"cssnano": "^4.1.7",
"docdash": "^1.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^24.0.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"jasmine-core": "^3.5.0",
"jsdoc": "^3.6.4",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-jasmine": "^3.3.1",
"karma-parallel": "^0.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"less": "^3.11.2",
"less-loader": "^6.2.0",
"loader-utils": "^1.4.0",
"mini-css-extract-plugin": "^0.9.0",
"one-cerner-style-icons": "github:cerner/one-cerner-style-icons",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"puppeteer": "^3.3.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"sinon": "^9.0.2",
"style-loader": "^1.2.1",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"files": [
"dist",
"lib",
"README.md"
],
"greenkeeper": {
"commitMessages": {
"initialBadge": "Docs: Add Greenkeeper badge",
"initialDependencies": "Upgrade: Update dependencies",
"initialBranches": "Build: Whitelist Greenkeeper branches",
"dependencyUpdate": "Upgrade: Update ${dependency} to version ${version}",
"devDependencyUpdate": "Upgrade: Update ${dependency} to version ${version}",
"dependencyPin": "Fix: Pin ${dependency} to ${oldVersion}",
"devDependencyPin": "Fix: Pin ${dependency} to ${oldVersion}"
},
"prTitles": {
"initialPR": "Upgrade: Update dependencies to enable Greenkeeper [skip ci]",
"initialPrBadge": "Chore: Add badge to enable Greenkeeper [skip ci]",
"initialPrBadgeOnly": "Chore: Add Greenkeeper badge [skip ci]",
"initialSubgroupPR": "Upgrade: Update dependencies for ${group} [skip ci]",
"basicPR": "Upgrade: Update ${dependency} to the latest [skip ci]",
"groupPR": "Upgrade: Update ${dependency} in group ${group} to the latest [skip ci]"
}
},
"homepage": "https://engineering.cerner.com/carbon-graphs/",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run style && npm run lint",
"pre-push": "npm run test"
}
},
"keywords": [
"carbon",
"carbon-graphs",
"d3",
"d3-module",
"graphing",
"graphs"
],
"license": "Apache-2.0",
"main": "lib/js/carbon-graphs.js",
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"tabWidth": 4,
"trailingComma": "none",
"overrides": [
{
"files": "package.json",
"options": {
"tabWidth": 2,
"printWidth": 250
}
}
]
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/cerner/carbon-graphs.git"
},
"scripts": {
"build": "webpack --config ./build/webpack/webpack.config.js --env.TYPE=LIB",
"build:dist": "webpack --config ./build/webpack/webpack.config.js --env.TYPE=DIST",
"build:site": "npm run docs && webpack --config ./build/webpack/site.webpack.js --env.TYPE=SITE",
"clean": "rimraf dist lib .site .coverage",
"dev": "node ./build/webpack/dev-server.js",
"docs": "node_modules/.bin/jsdoc -c jsdoc.json",
"heroku-postbuild": "npm install --only=dev && npm run build:site",
"lint": "npm run lint:source && npm run lint:styles && npm run docs",
"lint:fix": "eslint src --color --fix",
"lint:source": "eslint src dev --color --max-warnings 0",
"lint:styles": "stylelint src/main/less/**/*.less",
"prepublishOnly": "npm run clean && npm run build && npm run build:dist",
"start-heroku": "node build/serve/serve-static-cli --port $PORT --site './.site'",
"style": "prettier \"src/**/*.*\" \"dev/**/*.*\" \"docs/**/*.md*\" --write",
"test": "karma start ./build/karma/karma.config.js --single-run --no-auto-watch",
"test:persist": "karma start ./build/karma/karma.config.js --no-single-run"
}
}