-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "is-art-weave",
"version": "1.0.0",
"description": "Is Art for Arweave",
"main": "index.js",
"scripts": {
"create": "smartweave create contracts/is-art.js contracts/is-art.json",
"deploy": "arweave deploy build/index.html --package",
"build": "snowpack build --polyfill-node",
"package": "arweave package build/index.html dist/index.html",
"start": "snowpack dev",
"test": "standard && mocha --require esm"
},
"author": "Christopher Adams",
"license": "MIT",
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-postcss": "^1.2.2",
"@snowpack/plugin-webpack": "^2.3.1",
"arweave-deploy": "^1.9.1",
"cssnano": "^4.1.11",
"esm": "^3.2.25",
"mocha": "^8.3.2",
"postcss": "^7.0.35",
"postcss-preset-env": "^6.7.0",
"smartweave-testing": "^0.2.0",
"snowpack": "^3.3.0",
"standard": "^16.0.3",
"testweave-sdk": "^0.2.2"
},
"dependencies": {
"arweave": "^1.10.13",
"smartweave": "^0.4.29",
"util": "^0.12.3"
}
}