-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 2.93 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
{
"name": "yt_random_player",
"version": "4.3.2",
"private": true,
"homepage": "https://shuffler.surge.sh",
"dependencies": {
"@material-ui/core": "^4.8.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.7.1",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"fuse.js": "^3.4.6",
"immer": "^5.1.0",
"lodash": "^4.17.15",
"memoize-one": "^5.1.1",
"node-sass": "^4.13.0",
"normalizr": "^3.4.1",
"re-reselect": "^3.4.0",
"react": "^16.12.0",
"react-beautiful-dnd": "^12.2.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-split": "^2.0.9",
"react-spring": "^8.0.27",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"react-youtube": "^7.9.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sweetalert2": "^9.5.3",
"typesafe-actions": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",
"start-https:win": "set HTTPS=true&&yarn start",
"start-https:bash": "HTTPS=true yarn start",
"build": "react-scripts build",
"test": "react-scripts test --passWithNoTests --runInBand",
"eject": "react-scripts eject",
"format": "prettier --config \".prettierrc\" --write \"{src/*.js,src/**/*.js}\"",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint --fix src/**/*.{ts,tsx}",
"type-check": "tsc -p ./tsconfig.json --noEmit"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/classnames": "^2.2.9",
"@types/deep-freeze": "^0.1.2",
"@types/jest": "^24.0.25",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@types/react-beautiful-dnd": "^11.0.4",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.1",
"@types/react-youtube": "^7.6.2",
"@types/redux": "^3.6.0",
"@types/redux-logger": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"deep-freeze": "^0.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.12.0",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"typescript": "^3.7.4",
"utility-types": "^3.10.0"
}
}