forked from RR-Helpdesk/cssstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.62 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
{
"private": true,
"name": "cssstats",
"license": "MIT",
"version": "2.0.0",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"format": "prettier --write {api,packages,src}/**/**.{js,json,md,mdx}",
"test": "ava -v",
"publish": "lerna publish"
},
"workspaces": [
"api/*",
"packages/*"
],
"prettier": {
"semi": false,
"singleQuote": true
},
"ava": {
"files": [
"**/*/test.js",
"**/*/*-test.js"
]
},
"resolutions": {
"@emotion/core": "10.1.1",
"@emotion/styled": "10.0.27",
"@mdx-js/mdx": "2.0.0-next.8",
"@mdx-js/react": "2.0.0-next.8"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^2.0.0-next.8",
"@mdx-js/react": "^2.0.0-next.8",
"@sindresorhus/slugify": "^1.1.0",
"ava": "^3.13.0",
"uuid": "^9.0.1",
"chroma-js": "^2.4.2",
"copy-to-clipboard": "^3.3.1",
"gatsby": "^2.25.1",
"gatsby-plugin-fathom": "^1.3.0",
"gatsby-plugin-mdx": "^1.3.0",
"gatsby-plugin-theme-ui": "^0.4.0-rc.5",
"get-query-param": "^2.0.3",
"humanize-plus": "^1.8.2",
"is-url": "^1.2.4",
"isomorphic-unfetch": "^3.1.0",
"lerna": "^3.22.1",
"lodash.uniq": "^4.5.0",
"plotly.js-dist": "^2.26.0",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-loadable": "^5.5.0",
"styled-system": "^5.1.5",
"theme-ui": "0.14.5",
"titleize": "^2.1.0",
"victory": "^35.3.3"
}
}