-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
158 lines (158 loc) · 5.24 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
{
"name": "cer-conditions-visualization",
"version": "1.3.4",
"description": "A visualization of data collected since 2010 about conditions on energy projects 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",
"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": [
"Brandon Devaleriola",
"Charlie Cheung",
"Jorge Castano <coderifico@gmail.com>",
"Joshua Johnsgaard",
"Manali Bhattacharyya",
"Spenser Jones <hello@spenserj.com>",
"Adam Lovatt",
"VizworX Inc."
],
"license": "Open Government License - Canada",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-http": "^1.5.15",
"classnames": "^2.2.6",
"client-request": "^2.3.0",
"core-js": "^3.1.3",
"d3": "^5.7.0",
"d3-geo": "^1.11.3",
"deepmerge": "^4.0.0",
"dialog-polyfill": "^0.5.0",
"domready": "^1.0.8",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.0",
"history": "^4.9.0",
"invariant": "^2.2.4",
"lodash.memoize": "^4.1.2",
"lodash.throttle": "^4.1.1",
"lzutf8": "^0.5.5",
"matter-js": "github:spenserj/matter-js#dd02dba",
"prop-types": "15.7.2",
"query-string": "^6.5.0",
"react": "^16.8.3",
"react-apollo": "^3.0.0",
"react-dom": "^16.8.3",
"react-intl": "^2.7.2",
"react-is": "^16.8.6",
"react-redux": "^7.0.0",
"react-spring": "^8.0.22",
"react-use-gesture": "^6.0.0",
"react-with-gesture": "^4.0.8",
"redux": "^4.0.1",
"shallowequal": "^1.1.0",
"topojson-client": "^3.0.0",
"uuid": "^3.3.3",
"victory": "^33.0.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "7.7.5",
"@babel/core": "7.7.5",
"@babel/node": "7.7.4",
"@storybook/addon-info": "5.2.8",
"@storybook/addon-knobs": "5.2.8",
"@storybook/addon-storyshots": "5.2.8",
"@storybook/addon-viewport": "5.2.8",
"@storybook/addons": "5.2.8",
"@storybook/react": "5.2.8",
"@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",
"cross-env": "6.0.3",
"css-loader": "3.3.2",
"cssnano": "4.1.10",
"cz-customizable": "6.2.0",
"d3-geo-projection": "2.7.1",
"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",
"node-sass": "4.13.0",
"node-sass-utils": "1.1.2",
"open-cli": "5.0.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"raw-loader": "4.0.0",
"react-test-renderer": "16.8.6",
"require-context.macro": "1.2.2",
"sass-loader": "8.0.0",
"shapefile": "0.6.6",
"storybook-addon-interaction": "1.0.1",
"storybook-addon-intl": "2.4.1",
"storybook-readme": "5.0.8",
"style-loader": "1.0.1",
"topojson-server": "3.0.1",
"topojson-simplify": "3.0.3",
"url-loader": "3.0.0",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-middleware": "3.7.2"
},
"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"
]
}