-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.06 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
{
"name": "useful",
"private": true,
"description": "A site with useful content",
"author": "@tbtuan",
"version": "0.4.0",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.1.5",
"fuse.js": "^6.6.2",
"gatsby": "^5.2.0",
"gatsby-plugin-emotion": "^8.2.0",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-mdx": "^5.2.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-source-filesystem": "^5.2.0",
"lodash": "^4.17.21",
"mdast-util-to-string": "^2",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"remark-gfm": "^1",
"slugify": "^1.6.5",
"unist-util-visit": "^2"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"format": "prettier --write \"src/**/*.{js,jsx,css,json}\"",
"lint": "eslint --fix \"src/**/*.{js,jsx,tsx,ts}\"",
"test": "jest --verbose ./jest/tests",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test start http://localhost:8000 cy:open"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@emotion/babel-plugin": "^11.10.5",
"@emotion/jest": "^11.10.5",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.3.1",
"babel-preset-gatsby": "^3.2.0",
"cypress": "^11.2.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^1.14.0"
}
}