-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 KB
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
{
"name": "universal-ratings",
"version": "0.1.0",
"description": "Universal system for federated content rating",
"main": "index.js",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run",
"deploy": "node lib/zilliqa/deploy.js"
},
"author": "Jaryl Sim",
"license": "ISC",
"dependencies": {
"@zilliqa-js/zilliqa": "^1.0.0",
"bulma": "^0.9.0",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"polka": "^0.5.2",
"sirv": "^1.0.6",
"tslib": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@vercel/node": "^1.8.1",
"npm-run-all": "^4.1.5",
"rollup": "^2.26.10",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.28.4",
"svelte": "^3.24.1"
}
}