forked from uprtcl/linked-thoughts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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
{
"name": "linked-thoughts",
"version": "0.0.7-alpha.71",
"author": "pepo@collectiveone.org",
"license": "BOOS-FL",
"scripts": {
"update-uprtcl": "ncu -u \"/^@uprtcl.*$/\"",
"build": "rimraf dist-pages && webpack",
"start": "webpack-dev-server --mode=development",
"dev": "npm start",
"deploy": "npm run build && ./deploy.sh prd"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.11.0",
"@uprtcl/cortex": "0.1.3",
"@uprtcl/documents": "0.1.5",
"@uprtcl/evees": "0.1.4",
"@uprtcl/evees-http": "0.1.5",
"@uprtcl/graphql": "0.1.2",
"@uprtcl/http-provider": "0.1.5",
"@uprtcl/lenses": "0.1.3",
"@uprtcl/micro-orchestrator": "0.1.2",
"@uprtcl/multiplatform": "0.1.3",
"@uprtcl/wikis": "0.1.5",
"@vaadin/router": "^1.7.2",
"apollo-boost": "^0.4.7",
"cids": "^1.0.0",
"graphql": "^14.6.0",
"lit-element": "^2.2.3",
"navigo": "^7.1.2",
"wicg-inert": "^3.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@open-wc/building-webpack": "^2.13.16",
"@types/navigo": "^7.0.1",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"base-href-webpack-plugin": "^2.0.0",
"concurrently": "^5.2.0",
"copy-webpack-plugin": "^5.1.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"es-dev-server": "^1.5.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.3",
"temp-dir": "^2.0.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"npm-check-updates": "^10.2.1"
}
}