-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
146 lines (146 loc) · 4.86 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
{
"name": "cer-energy-futures-visualization",
"version": "2.7.0",
"description": "A visualization of the Energy Future reports that the CER creates as part of their regulatory process.",
"main": "src/index.jsx",
"scripts": {
"ci:test": "npm run test -- --ci --reporters=default --reporters=jest-junit && codecov",
"cz": "git-cz",
"lint": "eslint -f gitlab --ext .js,.jsx .",
"test": "cross-env NODE_ENV=test jest -u",
"test:showcoverage": "open-cli coverage/lcov-report/index.html",
"start": "npm run storybook",
"storybook": "start-storybook -s ./src/images -s ./.storybook/wet-template -p 6006",
"verifyLazyLoad": "babel-node ./serveLazyDevServer",
"build-storybook": "cross-env NODE_ENV=production API_HOST=https://apps2.cer-rec.gc.ca build-storybook -s ./src/images -s ./.storybook/wet-template",
"build:modified": "git show -s --format=%cd HEAD --date=short > LAST_MODIFIED",
"build:update-version": "node -e \"require('fs').writeFileSync('VERSION', require('./package.json').version, 'utf-8')\"",
"build:changelog": "conventional-changelog -n .release/index.js -i CHANGELOG.md -s",
"build": "cross-env NODE_ENV=production webpack && npm run build:modified && npm run build:update-version",
"version": "npm run build:changelog && git add CHANGELOG.md"
},
"contributors": [
"Spenser Jones <[email protected]>",
"VizworX Inc."
],
"license": "Open Government License - Canada",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@babel/polyfill": "^7.12.1",
"@formatjs/intl-pluralrules": "^3.3.2",
"@formatjs/intl-relativetimeformat": "^7.1.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@nivo/bar": "^0.62.0",
"@nivo/line": "^0.62.0",
"@nivo/tooltip": "^0.62.0",
"@nivo/treemap": "^0.62.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"clipboard": "^2.0.6",
"clsx": "^1.2.1",
"d3": "^5.16.0",
"d3-path": "^1.0.9",
"domready": "^1.0.8",
"file-saver": "^2.0.2",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"history": "^5.0.0",
"js-cookie": "^2.2.1",
"node-fetch": "^2.6.1",
"papaparse": "^5.3.0",
"prop-types": "15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.13.1",
"react-intl": "^5.6.4",
"react-markdown": "^5.0.2",
"uuid": "^8.3.1",
"whatwg-fetch": "^3.2.0"
},
"devDependencies": {
"@apollo/react-testing": "3.1.4",
"@babel/cli": "7.7.5",
"@babel/core": "7.7.5",
"@babel/node": "7.7.4",
"@storybook/addon-info": "5.3.19",
"@storybook/addon-knobs": "5.3.19",
"@storybook/addon-storyshots": "5.3.19",
"@storybook/addon-viewport": "5.3.19",
"@storybook/addons": "5.3.19",
"@storybook/react": "5.3.19",
"@vizworx/babel-preset": "1.1.0",
"@vizworx/eslint-config-react": "1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-inline-import": "3.0.0",
"babel-plugin-macros": "2.8.0",
"babel-plugin-react-docgen": "3.2.0",
"babel-plugin-require-context-hook": "1.0.0",
"codecov": "3.6.1",
"commitizen": "4.0.3",
"conventional-changelog-cli": "2.0.28",
"core-js": "^3.6.5",
"cross-env": "6.0.3",
"css-loader": "3.3.2",
"cssnano": "4.1.10",
"cz-customizable": "6.2.0",
"dotenv": "^8.2.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"eslint": "6.7.2",
"eslint-formatter-gitlab": "1.1.0",
"eslint-junit": "1.0.1",
"express": "4.17.1",
"file-loader": "5.0.2",
"html-webpack-plugin": "3.2.0",
"http-proxy-middleware": "0.20.0",
"jest": "24.9.0",
"jest-junit": "10.0.0",
"mini-css-extract-plugin": "0.8.0",
"nock": "^13.0.5",
"open-cli": "5.0.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"raw-loader": "4.0.0",
"react-html-parser": "^2.0.2",
"react-spring": "^8.0.27",
"react-test-renderer": "16.8.6",
"require-context.macro": "1.2.2",
"storybook-addon-interaction": "1.0.1",
"storybook-addon-intl": "2.4.1",
"storybook-readme": "5.0.8",
"style-loader": "1.0.1",
"synchronous-promise": "^2.0.13",
"url-loader": "3.0.0",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-middleware": "3.7.2",
"wildcard-mock-link": "^1.0.13"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"eslint-junit": {
"suiteName": "ESLint",
"output": "./gl-junit.xml"
},
"jest-junit": {
"suiteName": "Jest",
"outputName": "gl-junit.xml"
},
"browserslist": [
"last 2 version",
"> 1%",
"not dead",
"ie 11"
]
}