forked from fxhash/fxhash-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
31 lines (31 loc) · 904 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
{
"name": "fxhash-pfp",
"version": "1.0.0",
"description": "a boilerplate to create a generative profile picture token on fxhash",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "node ./lib/scripts/install.js",
"start": "node ./lib/scripts/start.js",
"start:project": "webpack serve --config ./lib/config/webpack.config.dev.js",
"build": "webpack --config ./lib/config/webpack.config.prod.js"
},
"author": "fxhash",
"license": "MIT",
"devDependencies": {
"adm-zip": "^0.5.9",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"github-download-directory": "^3.0.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}