-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.1 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
{
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "latest",
"@material-ui/icons": "latest",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"animejs": "^3.2.0",
"antd": "^4.1.4",
"classnames": "^2.2.6",
"cross-env": "^7.0.2",
"electron-is-dev": "^1.2.0",
"font-awesome": "^4.7.0",
"fontawesome": "^5.6.3",
"framer-motion": "^1.10.3",
"gesture": "^0.1.0",
"gsap": "^3.2.6",
"jquery": "^3.5.0",
"lesshat": "^4.1.0",
"node-sass": "^4.13.1",
"ramda": "^0.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.1.0-rc.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-spring": "^8.0.27",
"react-transition-group": "^4.3.0",
"react-use-gesture": "^7.0.15",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"velocityjs": "^2.0.0"
},
"devDependencies": {
"concurrently": "^5.1.0",
"electron": "^8.2.1",
"electron-builder": "^22.4.1",
"electron-devtools-installer": "^2.2.4",
"electron-react-devtools": "^0.5.3",
"prettier": "^2.0.4",
"wait-on": "^4.0.1"
},
"eslintConfig": {
"extends": "react-app"
},
"main": "public/electron.js",
"name": "the-movie-database-app",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron": "concurrently \"cross-env BROWSER=none npm start\" \"wait-on http://localhost:3000 && electron .\""
},
"version": "0.1.0"
}