-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
58
59
60
{
"name": "activitypub",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"sbuild": "webpack --config webpack/server.config.js",
"start": "node ./server/server.bundle.js",
"wbuild": "webpack --config webpack/base.config.js",
"build": "npm run sbuild && npm run wbuild"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.18.3",
"crypto": "^1.0.1",
"css-loader": "^0.28.7",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"http": "0.0.0",
"http-server": "^0.11.1",
"init": "^0.1.2",
"moment": "^2.22.2",
"node-sass": "^4.7.2",
"npm": "^6.2.0",
"path": "^0.12.7",
"postcss-loader": "^2.0.9",
"react": "^16.4.2",
"react-autobind": "^1.0.6",
"react-dom": "^16.4.2",
"request": "^2.87.0",
"sass-loader": "^7.1.0",
"socket.io": "^2.1.1",
"webpack": "3.10.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": ">=3.1.11",
"webpack-merge": "^4.1.4",
"websocket": "^1.0.26"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bakenator/activityPub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bakenator/activityPub/issues"
},
"homepage": "https://github.com/bakenator/activityPub#readme"
}