-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.65 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
{
"name": "gamejitsu-web",
"version": "1.0.0",
"license": "private",
"repository": "github:gamejitsu/gamejitsu-next",
"private": true,
"scripts": {
"prettier": "prettier \"**/*.{ts,tsx}\"",
"dev": "next",
"build": "next build",
"start": "next start",
"test": "npm run prettier -- --check && jest",
"generate-sitemap": "node ./scripts/generate-sitemap.js",
"generate-resources": "ts-node-script ./scripts/generate-resources.ts && prettier --write \"lib/api/{resources,types}/**/*.ts\"",
"ngrok": "ngrok http -hostname=gamejitsu-dev-us.ngrok.io 4000"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@blueprintjs/core": "^3.25.0",
"@blueprintjs/popover2": "^0.3.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.21.1",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-styled-components": "^1.10.6",
"body-scroll-lock": "^3.1.5",
"camelcase": "^6.0.0",
"dasherize": "^2.0.0",
"date-fns": "^2.12.0",
"formik": "^2.0.6",
"fp-ts": "^2.3.1",
"humanize-string": "^2.1.0",
"install": "^0.13.0",
"io-ts": "^2.0.1",
"jwt-decode": "^2.2.0",
"lodash.get": "^4.4.2",
"monocle-ts": "^2.0.0",
"next": "^9.3.4",
"node-sass": "^4.14.1",
"nookies": "^2.0.8",
"npm": "^7.6.2",
"phoenix": "^1.4.11",
"pluralize": "^8.0.0",
"polished": "^3.4.2",
"query-string": "^6.9.0",
"react": "^16.12.0",
"react-cookie-consent": "^5.1.1",
"react-dom": "^16.12.0",
"react-google-recaptcha-v3": "^1.5.2",
"react-markdown": "^5.0.3",
"rebass": "^4.0.7",
"styled-breakpoints": "^10.0.0",
"styled-components": "^4.4.1",
"styled-reset": "^4.0.8",
"swiper": "^6.5.0",
"titleize": "^2.1.0",
"webpack-merge": "^4.2.2",
"yup": "^0.28.0"
},
"engines": {
"node": "^12.13.1",
"npm": "^6.12.1"
},
"devDependencies": {
"@types/body-scroll-lock": "^2.6.1",
"@types/enzyme": "^3.10.4",
"@types/jest": "^24.0.25",
"@types/jwt-decode": "^2.2.1",
"@types/lodash.get": "^4.4.6",
"@types/phoenix": "^1.4.3",
"@types/pluralize": "0.0.29",
"@types/react": "^16.9.16",
"@types/rebass": "^4.0.3",
"@types/styled-components": "^4.4.1",
"@types/swiper": "^5.4.2",
"@types/yup": "^0.26.27",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"globby": "^11.0.3",
"husky": "^3.1.0",
"identity-obj-proxy": "^3.0.0",
"io-ts-types": "^0.5.6",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"ts-node": "^8.9.0",
"typescript": "^3.9.7"
}
}