-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
{
"name": "material-ui-gif-textbox",
"version": "1.2.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": " webpack-dev-server --mode development",
"server-build": "webpack",
"build": "tsc",
"test": "jest",
"jest-watch": "jest --watch "
},
"author": "Eli Hood",
"license": "ISC",
"repository": "https://github.com/EliHood/materialui-gif-textbox",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.1",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"awesome-ts-loader": "^1.3.1",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"jest-cli": "^26.4.2",
"jest-css-modules": "^2.1.0",
"jest-fetch-mock": "^3.0.3",
"node-fetch": "^2.6.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"ts-jest": "^26.3.0",
"ts-loader": "6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"jest": {
"automock": false,
"setupFiles": [
"./setupJest.js"
]
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/types": "^5.1.0",
"react-dropzone": "^11.2.0",
"react-giphy-searchbox": "^1.4.0",
"styled-components": "^5.2.0"
}
}