-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.25 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
{
"name": "gatsby-typescript",
"private": true,
"description": "",
"version": "0.1.0",
"author": "muhrusdi",
"dependencies": {
"@types/lodash": "4.14.149",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/react-helmet": "5.0.15",
"@types/styled-components": "5.0.1",
"antd": "^4.0.2",
"framer-motion": "1.9.1",
"gatsby": "^2.19.35",
"gatsby-image": "^2.2.43",
"gatsby-plugin-less": "^3.0.20",
"gatsby-plugin-manifest": "^2.2.45",
"gatsby-plugin-offline": "^3.0.38",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-sharp": "^2.4.9",
"gatsby-plugin-typescript": "^2.2.2",
"gatsby-source-filesystem": "^2.1.51",
"gatsby-transformer-sharp": "^2.3.18",
"less": "^3.10.3",
"lodash": "4.17.15",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.0",
"typescript": "^3.8.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.5.0",
"@types/jest": "^25.1.4",
"@typescript-eslint/parser": "^2.23.0",
"babel-jest": "^25.1.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-gatsby": "^0.2.33",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.0",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-import": "^2.1.5",
"gatsby-plugin-styled-components": "^3.1.20",
"gatsby-plugin-ts-loader": "^0.1.0",
"gatsby-plugin-tslint": "^0.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.2.0"
},
"keywords": [],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}