-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.74 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": "Agora",
"version": "1.0.0",
"description": "Agora Decentralishare.",
"main": "sw.js",
"scripts": {
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server --history-api-fallback",
"prod": "npm run webpack -- --env.mode production --env.presets serviceworker",
"dev": "npm run webpack-dev-server -- --env.mode development --hot --watch",
"dev:sw": "npm run webpack-dev-server -- --env.mode development --env.presets serviceworker"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scenaristeur/agora.git"
},
"keywords": [
"POD",
"Solid Project",
"Solid",
"ActivityPub"
],
"author": "Smag0 <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/scenaristeur/agora/issues"
},
"homepage": "https://github.com/scenaristeur/agora#readme",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.0.4",
"babel-preset-minify": "^0.5.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"style-loader": "^0.21.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.1.3",
"workbox-webpack-plugin": "^3.3.1"
},
"dependencies": {
"@solid/query-ldflex": "^2.11.2",
"@webcomponents/webcomponentsjs": "^2.1.3",
"bootstrap": "^4.5.0",
"evejs": "github:scenaristeur/evejs",
"lit-element": "^2.3.1",
"rdf-namespaces": "^1.8.0",
"solid-auth-client": "^2.4.1",
"solid-file-client": "^1.0.5"
}
}