-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 934 Bytes
/
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
{
"name": "generative-art-gallery",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "npx webpack serve --open"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"css-loader": "^6.5.1",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"favicons": "^7.1.2",
"favicons-webpack-plugin": "^5.0.2",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.7.3"
},
"homepage": "https://jfitzsimmons.github.io/generative-art-gallery/",
"dependencies": {}
}