-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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": "@tarragon/squarify-image",
"version": "1.0.2",
"description": "",
"main": "build/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"build:analyze": "ANALYZE=true webpack -p"
},
"author": "Shreya <[email protected]>",
"license": "MIT",
"keywords": [
"image",
"square",
"blurr",
"background",
"react"
],
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@types/react": "^16.9.17",
"compression-webpack-plugin": "^3.0.1"
},
"peerDependencies": {
"react": "^16.12.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.7.7",
"@types/node": "^13.1.4",
"@types/webpack": "^4.41.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"path": "^0.12.7",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10"
}
}