-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "gaussholder",
"version": "1.1.4",
"description": "Quick and beautiful image placeholders using Gaussian blur.",
"main": "index.js",
"scripts": {
"lint:js": "eslint ./assets",
"build": "webpack --config=./.webpack/webpack.config.prod.js",
"start": "webpack --watch --config=./.webpack/webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humanmade/Gaussholder.git"
},
"author": "Human Made",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/humanmade/Gaussholder/issues"
},
"homepage": "https://github.com/humanmade/Gaussholder#readme",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.12.1",
"@humanmade/eslint-config": "^1.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^29.2.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"source-map-loader": "^1.1.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
}
}