-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "phoenix-play",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"dev": "parcel src/index.html",
"prod": "parcel build src/index.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"buffer": "^6.0.3",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"parcel": "^2.5.0",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"process": "^0.11.10",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@emotion/react": "^11.9.0",
"@reduxjs/toolkit": "^1.8.1",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"jwt-decode": "^3.1.2",
"jwt-encode": "^1.0.1",
"miragejs": "^0.1.44",
"mockman-js": "^1.1.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-player": "^2.10.1",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-spinners": "^0.12.0",
"twopi-rest": "^1.0.7",
"uuid": "^8.3.2",
"video-react": "^0.15.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari versions"
]
}