-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
112 lines (112 loc) · 3.33 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
{
"name": "next-relase",
"description": "Next Release",
"version": "0.49.0",
"author": "@nextrelase",
"keywords": [
"changelog",
"release note",
"change management"
],
"license": "No License",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-brands-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reach/router": "^1.2.1",
"@statickit/react": "^2.0.1",
"@tailwindcss/ui": "0.5.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"eslint-plugin-graphql": "^3.1.1",
"gatsby": "2.32.13",
"gatsby-image": "^2.11.0",
"gatsby-plugin-fullstory": "^2.10.0",
"gatsby-plugin-intercom": "^0.1.4",
"gatsby-plugin-manifest": "2.12.1",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-purgecss": "^4.0.1",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-segment-js": "^3.6.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-statickit": "^1.1.1",
"gatsby-plugin-twitter": "^2.10.0",
"gatsby-remark-images": "^3.11.1",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "2.12.1",
"graphql": "14.7.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prismjs": "^1.23.0",
"prop-types": "15.7.2",
"query-string": "^6.10.1",
"react": "16.14.0",
"react-accessible-accordion": "^3.3.4",
"react-dom": "16.14.0",
"react-helmet": "5.2.1",
"react-responsive-carousel": "^3.2.18",
"react-twitter-embed": "^3.0.3",
"terser": "^4.6.12"
},
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different '**/*.{js,css,md,json}'",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write '**/*.{js,css,md,json}'",
"fix": "npm run fix:lint && npm run fix:prettier",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"lint-staged": {
"*.js": [
"prettier --write"
],
"*.md": [
"prettier --parser markdown --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"eslint-config-react-app": "5.1.0",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-hooks": "2.3.0",
"prettier": "^1.19.1",
"tailwindcss": "1.9.6",
"tailwindcss-transforms": "2.2.0"
},
"Repository": {
"type": "git",
"url": "https://github.com/nextreleaseio/next-release"
},
"bugs": {
"url": "https://github.com/nextreleaseio/next-release/issues"
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"terser": "4.0.0",
"terser-webpack-plugin/terser": "4.0.0"
}
}