generated from iuriguilherme/fxhash-simple-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 967 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
33
34
35
{
"name": "fibonacci-rainbow-spirals",
"version": "4.2.2",
"description": "a generative token for fxhash.xyz",
"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": "iuriguilherme",
"license": "GNU AGPLv3",
"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"
},
"dependencies": {
"mathjs": "^11.5.1",
"p5": "^1.5.0"
}
}