This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.17 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
{
"name": "github_pwa",
"version": "1.0.0",
"description": "PWA Github page project with NextJs, Redux-Toolkit, EmotionJs, Typescript, etc.",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"help": "next export -h",
"export": "NODE_ENV=production npm run build && next export -o docs && touch docs/.nojekyll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Setup/github_pwa.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Project-Setup/github_pwa/issues"
},
"homepage": "https://github.com/Project-Setup/github_pwa#readme",
"dependencies": {
"@emotion/core": "^10.0.28",
"@reduxjs/toolkit": "^1.3.6",
"next": "^9.4.2",
"next-manifest": "^3.0.1",
"next-pwa": "^2.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.9",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-jest": "^25.5.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-emotion": "^10.0.27",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^3.0.0",
"jest": "^25.5.4",
"jest-emotion": "^10.0.32",
"prettier": "^2.0.5",
"typescript": "^3.9.3"
}
}