-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
177 lines (177 loc) · 6.6 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
{
"name": "datavizhub-tuos",
"private": true,
"description": "Promoting and building community around data visualisation at the University of Sheffield",
"version": "1.11.13",
"author": "Yu Liang Weng <[email protected]>",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"build": "gatsby build --log-pages",
"build:qa": "cross-env QA_ENV=true gatsby build --prefix-paths --log-pages",
"build:noCache": "gatsby clean && gatsby build --log-pages",
"build:noGA": "cross-env QA_ENV=true gatsby build --log-pages",
"develop": "gatsby develop",
"develop:noCache": "gatsby clean && gatsby develop",
"lint": "npx lint-staged",
"test": "jest --testPathIgnorePatterns \".*/.+(e2e|ignore).+(ts|js)\"",
"test:ci": "npm run test -- --ci --coverage",
"test:watch": "npm run test -- --watchAll",
"test:update": "npm run test -- --updateSnapshot",
"test:e2e": "jest --testPathPattern=\".*/.+(e2e).+(ts|js)\"",
"test:e2e:qa": "cross-env QA_ENV=true JEST_PLAYWRIGHT_CONFIG='jest-playwright.qa.config.js' jest --testPathPattern=\".*/.+(e2e).+(ts|js)\"",
"test:e2e:post-deploy": "cross-env LIVE_ENV=true JEST_PLAYWRIGHT_CONFIG='jest-playwright.live.config.js' jest --testPathPattern=\".*/.+(e2e).+(ts|js)\"",
"test:e2e:ci": "npm run test:e2e -- --ci --coverage",
"start": "npm run develop",
"serve": "gatsby serve",
"serve:qa": "cross-env QA_ENV=true gatsby serve --prefix-paths",
"serve:noCache": "gatsby clean && gatsby build && gatsby serve",
"clean": "gatsby clean",
"gh-pages-script": "gh-pages -d public -r https://[email protected]/yld-weng/dataviz-hub2-test.git",
"gh-pages-script:qa": "gh-pages -d public -b gh-pages -r https://[email protected]/yld-weng/dataviz-hub2-test.git",
"deploy": "npm run build && npm run gh-pages-script",
"deploy:noCache": "gatsby clean && npm run deploy",
"deploy:qa": "npm run build:qa && npm run gh-pages-script:qa",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/charts": "^1.2.14",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@nivo/bar": "^0.74.0",
"@nivo/bump": "^0.74.0",
"@nivo/core": "^0.74.0",
"@nivo/geo": "^0.74.0",
"@nivo/marimekko": "^0.74.0",
"@nivo/radar": "^0.74.0",
"@nivo/waffle": "^0.74.0",
"babel-plugin-styled-components": "^1.13.3",
"canvas": "^2.8.0",
"cross-env": "^7.0.3",
"debug": "^4.3.2",
"gatsby": "^3.14.6",
"gatsby-plugin-feed": "^3.14.0",
"gatsby-plugin-flexsearch": "^1.0.3",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-image": "^1.14.2",
"gatsby-plugin-instagram-embed": "^3.0.0",
"gatsby-plugin-layout": "^2.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-page-creator": "^3.14.0",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-katex": "^5.11.0",
"gatsby-remark-prismjs": "^5.11.0",
"gatsby-remark-responsive-iframe": "^4.11.0",
"gatsby-remark-table-of-contents": "1.0.0",
"gatsby-source-eventbrite-multi-accounts": "^1.0.11",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-json": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"gitalk": "^1.7.2",
"html-to-image": "^1.9.0",
"intersection-observer": "^0.12.0",
"katex": "^0.13.24",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"node-polyfill-webpack-plugin": "^1.1.4",
"node-sass": "^6.0.1",
"postcss": "^8.4.0",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-dom": "^17.0.2",
"react-flow-renderer": "^9.6.11",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.17.0",
"react-icons": "^4.3.1",
"react-markdown": "^7.1.0",
"react-modal-image": "^2.5.0",
"react-reveal": "^1.2.2",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.28.1",
"react-social-sharing": "^3.3.0",
"react-spring": "^9.3.2",
"react-syntax-highlighter": "^15.4.5",
"react-tabs": "^3.2.3",
"react-tooltip": "^4.2.21",
"reading-time": "^1.5.0",
"remark-math": "^3.0.1",
"rewire": "^5.0.0",
"sanitize-html": "^2.6.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"trianglify": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-react": "^7.16.0",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.3.1",
"babel-preset-gatsby": "^2.2.0",
"conventional-changelog-conventionalcommits": "^4.6.3",
"cssnano": "5.0.11",
"eslint": "^8.3.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-playwright": "^0.6.0",
"eslint-plugin-react": "7.27.1",
"eslint-webpack-plugin": "^3.1.1",
"expect-playwright": "^0.8.0",
"gatsby-plugin-emotion": "^6.14.0",
"gatsby-plugin-eslint": "^4.0.2",
"gatsby-remark-code-titles": "^1.1.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jest-image-snapshot": "^4.5.1",
"jest-playwright-preset": "^1.7.0",
"lint-staged": "^12.1.2",
"playwright": "^1.16.3",
"prettier": "2.4.1",
"react-test-renderer": "^17.0.2",
"semantic-release": "^18.0.1",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^2.2.19",
"twin.macro": "^2.8.1"
},
"keywords": [
"the university of sheffield",
"data visualisation uk",
"data visualisation hub",
"research",
"dataviz",
"datavis"
],
"repository": {
"type": "git",
"url": "https://github.com/yld-weng/dataviz-hub2-test"
},
"bugs": {
"url": "https://github.com/yld-weng/dataviz-hub2-test/issues"
}
}