-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.82 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
{
"name": "timeless",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/enzyme": "^3.10.7",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/history": "^4.7.8",
"@types/jest": "^26.0.14",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.3",
"@types/webpack": "^4.41.22",
"@types/webpack-env": "^1.15.3",
"add": "^2.0.6",
"axios": "^0.20.0",
"capstone-project": "^0.6.2",
"framer-motion": "^2.7.7",
"jwt-decode": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.9.2",
"react-indiana-drag-scroll": "^1.7.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-test-renderer": "^16.13.1",
"react-toastify": "^6.0.9",
"react-xarrows": "^1.5.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.0",
"typescript": "^4.0.3",
"yarn": "^1.22.10",
"components": "link:./src/components",
"containers": "link:./src/containers",
"pages": "link:./src/pages",
"utils": "link:./src/utils"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:lint": "eslint . --ext .jsx,.js,.ts,.tsx ",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"universe/web"
],
"rules": {
"react/no-did-mount-set-state": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"off"
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"cypress": "^5.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-config-universe": "^4.0.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"jest-webpack": "^0.5.1",
"prettier": "^2.1.2"
}
}