-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.19 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "public-nft-marketplace",
"version": "1.0.0",
"description": "public nft marketplace",
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "(npm run build && node __sapper__/build) & cypress run"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-utilities": "^1.3.4",
"axios": "^0.24.0",
"body-parser": "^1.18.3",
"compression": "^1.7.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.16.2",
"feed": "^4.2.1",
"graphql": "^15.4.0",
"graphql-tools": "^7.0.2",
"isomorphic-fetch": "^3.0.0",
"jwt-decode": "^2.2.0",
"marked": "^0.6.2",
"node-cache": "^5.1.2",
"polka": "^0.5.2",
"session-file-store": "^1.5.0",
"sirv": "^0.4.2",
"sitemap": "^6.2.0",
"svelte-apollo": "^0.4.0",
"uuid": "^8.3.0",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/runtime": "^7.1.5",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-replace": "^3.0.0",
"bufferutil": "^4.0.2",
"chokidar": "^3.0.1",
"cypress": "^3.3.1",
"ethers": "^5.5.2",
"hardhat": "^2.7.1",
"npm": "^6.14.10",
"npm-run-all": "^4.1.2",
"rollup": "^2.10.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^5.0.0",
"sapper": "^0.27.15",
"subscriptions-transport-ws": "^0.9.18",
"svelte": "^3.12.1",
"utf-8-validate": "^5.0.3",
"yup": "^0.30.0"
}
}