-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.49 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
{
"name": "@counterfactual/playground",
"version": "0.1.5",
"engines": {
"yarn": "1.17.3",
"node": "10.15.3"
},
"scripts": {
"build": "stencil build --debug && cp src/_redirects www/_redirects",
"serve": "stencil build --dev --watch --serve",
"start": "env-cmd -e development stencil build --dev --watch --serve",
"lint": "tslint -c tslint.json -p tsconfig.json",
"lint:fix": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "yarn test:spec",
"test:spec": "stencil test --spec",
"test:e2e": "echo 'E2E tests are disabled, skipping'",
"test:watch": "stencil test --spec --e2e --watchAll"
},
"dependencies": {
"@counterfactual/cf.js": "0.2.6",
"@counterfactual/node": "0.2.66",
"@counterfactual/types": "0.0.38",
"@counterfactual/typescript-typings": "0.1.2",
"@stencil/core": "0.18.1-0",
"@stencil/router": "0.3.3",
"@stencil/sass": "0.1.1",
"eventemitter3": "4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/counterfactual/dapps-bots"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/counterfactual/dapps-bots/issues"
},
"homepage": "https://counterfactual.com",
"devDependencies": {
"@counterfactual/typescript-typings": "0.1.2",
"@types/jest": "23.3.14",
"@types/puppeteer": "1.19.0",
"env-cmd": "9.0.3",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"puppeteer": "1.19.0",
"rollup-plugin-replace": "2.2.0",
"workbox-build": "4.3.1"
}
}