forked from prisma/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
163 lines (163 loc) Β· 4.69 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
{
"name": "prisma2-docs",
"description": "Prisma.io docs v2.0",
"version": "1.0.0",
"author": "Nilufar Bava <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@percy/agent": "0.28.6",
"@philpl/buble": "0.19.7",
"@prisma/client": "2.29.1",
"@prisma/lens": "0.0.319",
"@reach/router": "1.3.4",
"algoliasearch": "4.11.0",
"babel-plugin-styled-components": "1.13.3",
"gatsby": "2.32.13",
"gatsby-image": "2.11.0",
"gatsby-plugin-algolia": "0.5.0",
"gatsby-plugin-catch-links": "2.10.0",
"gatsby-plugin-google-tagmanager": "2.11.0",
"gatsby-plugin-layout": "1.10.0",
"gatsby-plugin-manifest": "2.12.1",
"gatsby-plugin-mdx": "1.10.1",
"gatsby-plugin-meta-redirect": "1.1.1",
"gatsby-plugin-offline": "2.2.10",
"gatsby-plugin-percy": "0.1.4",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-remove-trailing-slashes": "2.10.0",
"gatsby-plugin-robots-txt": "1.6.14",
"gatsby-plugin-sharp": "2.14.4",
"gatsby-plugin-sitemap": "2.12.0",
"gatsby-plugin-smoothscroll": "1.2.0",
"gatsby-plugin-styled-components": "3.10.0",
"gatsby-plugin-typescript": "2.12.1",
"gatsby-remark-autolink-headers": "2.11.0",
"gatsby-remark-copy-linked-files": "2.10.0",
"gatsby-remark-images": "3.11.1",
"gatsby-remark-normalize-paths": "1.1.0",
"gatsby-remark-prismjs": "3.13.0",
"gatsby-remark-rewrite-relative-links": "1.0.8",
"gatsby-source-filesystem": "2.11.1",
"gatsby-source-remote-file": "0.4.0",
"gatsby-transformer-remark": "2.16.1",
"gatsby-transformer-sharp": "2.12.1",
"is-absolute-url": "3.0.3",
"lodash": "4.17.21",
"netlify-cli": "6.9.28",
"parse-numeric-range": "1.3.0",
"path-browserify": "1.0.1",
"prism-react-renderer": "1.2.1",
"prismjs": "1.25.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-copy-to-clipboard": "5.0.4",
"react-dom": "17.0.2",
"react-feather": "2.0.9",
"react-ga": "3.3.0",
"react-helmet": "6.1.0",
"react-hooks-global-state": "1.0.2",
"react-hooks-testing-library": "0.6.0",
"react-instantsearch-dom": "6.15.0",
"react-live": "2.3.0",
"react-loadable": "5.5.0",
"react-scrollspy": "3.4.3",
"react-select": "4.3.1",
"react-sticky": "6.0.3",
"react-sticky-box": "0.9.3",
"react-sticky-el": "2.0.9",
"react-stickynode": "3.1.1",
"react-testing-library": "8.0.1",
"react-toastify": "7.0.4",
"smooth-scroll": "16.1.3",
"styled-components": "5.3.3",
"styled-components-ts": "0.0.15",
"write": "2.0.0"
},
"keywords": [
"gatsby",
"mdx",
"typescript",
"prismaio",
"howtodata",
"databases",
"styled-components"
],
"license": "Apache-2.0",
"scripts": {
"clean": "gatsby clean",
"build": "gatsby build --prefix-paths --log-pages",
"dev": "gatsby develop",
"serve": "npm run build && gatsby serve --prefix-paths -o",
"format": "prettier . --write --check",
"test": "jest",
"postinstall": "husky install"
},
"devDependencies": {
"@mdx-js/loader": "1.6.22",
"@mdx-js/tag": "0.20.3",
"@types/jest": "26.0.24",
"@types/react": "17.0.38",
"@types/react-helmet": "6.1.4",
"@types/styled-components": "5.1.19",
"@types/react-sticky-el": "1.0.3",
"gatsby-remark-sectionize": "1.0.0",
"husky": "7.0.4",
"jest": "27.4.5",
"jest-dom": "4.0.0",
"lint-staged": "11.2.6",
"loader-utils": "2.0.2",
"prettier": "2.4.1",
"prettier-plugin-prisma": "2.30.0",
"prisma": "2.29.1",
"ts-jest": "27.1.2",
"tslint": "5.20.1",
"typescript": "4.4.4"
},
"lint-staged": {
"*.*": "prettier --write --ignore-unknown"
},
"jest": {
"setupTestFrameworkScriptFile": "./jest.setup.js",
"globals": {
"__PATH_PREFIX__": ""
},
"testURL": "http://localhost",
"transform": {
"^.+\\.(tsx?|jsx?)$": "ts-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(gatsby)/)"
],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"testPathIgnorePatterns": [
"node_modules",
".cache"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"moduleNameMapper": {
"typeface-*": "identity-obj-proxy",
".+\\.(css|styl|less|sass|scss)$": "identity-obj-proxy",
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__tests__/__mocks__/file.js"
},
"collectCoverage": false,
"coverageReporters": [
"lcov",
"text",
"html"
]
},
"percy": {
"version": 1,
"snapshot": {
"enable-javascript": true,
"widths": [
1280
]
}
}
}