-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.81 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
{
"name": "clu-clu",
"version": "0.1.34",
"main": "lib/cjs/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"watch": "tsc -p ./tsconfig.json --watch",
"lint": "eslint './{src,test}/**/*.{ts,tsx}'",
"lint:fix": "eslint --fix './{src,test}/**/*.{ts,tsx}' && prettier --write './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.22.0",
"@cycle/dom": "^23.1.0",
"@cycle/history": "7.1.0 DON'T UPDATE until https://github.com/cyclejs/cyclejs/pull/943 is merged",
"@cycle/http": "^15.4.0",
"@cycle/isolate": "^5.2.0",
"@cycle/run": "^5.7.0",
"@cycle/state": "^1.7.0",
"@cycle/storage": "^5.1.2",
"@cycle/time": "^0.21.0",
"@segment/analytics-next": "^1.38.0",
"@sentry/browser": "^6.19.7",
"@sentry/tracing": "^7.0.0",
"@sentry/webpack-plugin": "^1.18.9",
"@types/gtag.js": "^0.0.10",
"@types/jest": "^27.5.1",
"auth0-lock": "^11.33.0",
"camelcase-keys": "^7.0.2",
"cyclejs-test-helpers": "git+https://github.com/seibii/cyclejs-test-helpers",
"cyclejs-utils": "^4.0.2",
"cyclic-router": "^6.0.0",
"libphonenumber-js": "^1.10.6",
"shaken-qr-reader": "^1.1.4",
"snabbdom-looks-like": "git+https://github.com/seibii/snabbdom-looks-like",
"snakecase-keys": "^5.4.2",
"switch-path": "git+https://github.com/seibii/switch-path.git#44fca145009cb2f6bee4192f95927bc6f67da61b",
"ts-loader": "^9.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.7.2",
"xstream": "^11.7.0"
},
"devDependencies": {
"@types/auth0-lock": "^11.27.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"typescript-eslint": "^0.0.1-alpha.0"
}
}