-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "tab-view",
"version": "0.0.1",
"main": "src/popup.html",
"author": "ezg27",
"license": "MIT",
"scripts": {
"dev": "parcel src/popup.html",
"build": "rm -rf dist && parcel build src/popup.html",
"test": "jest"
},
"dependencies": {
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"chrome-promise": "^3.0.5",
"fuse.js": "^5.2.3",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.13.1",
"react-use": "^15.3.2",
"swr": "^0.2.3"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@types/chrome": "^0.0.107",
"@types/jest": "^26.0.3",
"@types/react": "^16.9.34",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"jest-chrome": "^0.6.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.3.1",
"postcss-modules": "^2.0.0",
"prettier": "^2.0.5",
"sass": "^1.26.5",
"ts-jest": "^26.1.1",
"typescript": "^3.8.3"
}
}