-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 874 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
36
{
"name": "art-maps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-bitmaps-dev": "pnpx serve ./src/bitmaps",
"build-bitmaps": "webpack --config webpack.config.js",
"start-bitmaps-prod": "pnpm build-bitmaps && pnpx serve ./dist/bitmaps",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"minify": "^11.0.1",
"mkdirp": "^3.0.1"
},
"keywords": [
"bitmap",
"solmaps",
"artmaps",
"genart",
"generative art",
"bitcoin",
"solana"
],
"author": "Kevin Faveri <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}