-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.59 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
{
"name": "mastermovies",
"private": true,
"description": "The MasterMovies homepage app",
"version": "2.4.2",
"author": "Marcus Cemes <marcus.cemes@gmail.com>",
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@reach/router": "^1.3.4",
"antd": "^4.9.4",
"async-lock": "^1.2.6",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"file-size": "^1.0.0",
"hash-sum": "^2.0.0",
"js-cookie": "^2.2.1",
"moment": "^2.29.1",
"plyr": "^3.6.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-particles-js": "^3.4.1",
"react-reveal": "^1.2.2",
"react-spring": "^8.0.27",
"react-transition-group": "^4.4.1",
"react-use-gesture": "^7.0.16",
"throttle-debounce": "^2.3.0",
"use-viewport-sizes": "^0.2.8"
},
"devDependencies": {
"@types/async-lock": "^1.1.2",
"@types/classnames": "^2.2.11",
"@types/js-cookie": "^2.2.6",
"@types/reach__router": "^1.3.6",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-helmet": "^6.1.0",
"@types/react-transition-group": "^4.4.0",
"@types/throttle-debounce": "^2.1.0",
"babel-plugin-import": "^1.13.3",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"gatsby": "^2.29.1",
"gatsby-image": "^2.8.0",
"gatsby-plugin-create-client-paths": "^2.7.0",
"gatsby-plugin-import": "^2.1.6",
"gatsby-plugin-manifest": "^2.9.0",
"gatsby-plugin-nprogress": "^2.7.0",
"gatsby-plugin-offline": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-remove-trailing-slashes": "^2.7.0",
"gatsby-plugin-sharp": "^2.11.1",
"gatsby-plugin-typescript": "^2.9.0",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-source-filesystem": "^2.8.0",
"gatsby-transformer-sharp": "^2.9.0",
"gatsby-transformer-sqip": "^2.8.1",
"prettier": "^2.2.1",
"react-intersection-observer": "^8.31.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3",
"utility-types": "^3.10.0"
},
"license": "UNLICENSED",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/MarcusCemes/mastermovies"
},
"bugs": {
"url": "https://github.com/MarcusCemes/mastermovies/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}