This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
74 lines (74 loc) · 1.94 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
{
"name": "ghost-go",
"version": "1.0.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"@types/lodash": "^4.14.168",
"@types/mathjs": "^6.0.11",
"@types/node": "^14.11.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-lazy-load-image-component": "^1.5.1",
"@types/react-modal": "^3.12.0",
"@types/react-redux": "^7.1.16",
"@types/styled-components": "^5.1.7",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"eslint": "^7.27.0",
"gts": "^3.1.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mathjs": "^9.2.0",
"moment": "^2.29.1",
"next": "^10.2.2",
"next-images": "^1.7.0",
"postcss": "^8.3.0",
"query-string": "^6.14.1",
"react": "^17.0.1",
"react-avatar": "^3.10.0",
"react-device-detect": "^1.15.0",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-google-login": "^5.2.2",
"react-infinite-scroll-component": "^6.0.0",
"react-lazy-load-image-component": "^1.5.1",
"react-modal": "^3.12.1",
"react-redux": "^7.2.2",
"react-share": "^4.4.0",
"react-spring": "^8.0.27",
"react-svg": "^12.1.0",
"react-toastify": "^7.0.4",
"sass": "^1.32.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"styled-components": "^5.2.1",
"tailwindcss": "^2.1.2",
"typescript": "^4.1.2",
"use-query-params": "^1.2.0"
},
"scripts": {
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start -p 5000",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "yarn run compile",
"pretest": "yarn run compile",
"posttest": "yarn run lint"
},
"browserslisli": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}