-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.61 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
{
"name": "opendirectory",
"version": "0.0.1",
"description": "OpenDirectory App",
"main": "scripts/debug.js",
"dependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"bsv": "^0.27.2",
"compression": "^1.7.4",
"console.mute": "^0.3.0",
"eventsource": "^1.0.7",
"express": "^4.17.1",
"mustache": "^3.0.1",
"mustache-express": "^1.2.8",
"remove-markdown": "^0.3.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@moneybutton/api-client": "^0.22.2",
"axios": "^0.18.1",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-all": "^1.1.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-uglify": "^3.0.2",
"mocha": "^6.1.4",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3"
},
"scripts": {
"watch": "./node_modules/.bin/webpack --mode development --watch",
"build:dev": "./node_modules/.bin/webpack --mode development",
"build": "./node_modules/.bin/webpack --mode production",
"build:css": "./node_modules/.bin/gulp",
"serve": "node --require esm server.js",
"test": "node node_modules/mocha/bin/mocha --require esm"
},
"repository": {
"type": "git",
"url": "git@synfonaut-github:synfonaut/opendirectory.git"
},
"author": "synfonaut",
"license": "MIT"
}