-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 5.79 KB
/
Copy pathpackage.json
File metadata and controls
152 lines (152 loc) · 5.79 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@zenyway/zenypass",
"configPublish": "http://npm.zenyway.com:5984",
"version": "2.7.8",
"description": "zero-knowledge open source password manager web-app that syncs and runs everywhere",
"main": "dist/index.js",
"scripts": {
"stage": "bin/git-stage git.zenyway.com:staging-v2.zenypass.git dist staging",
"deploy": "bin/git-deploy git.zenyway.com:production.zenypass.git dist production",
"debug": "budo --live --host 127.0.0.1 --port 6510 --dir src/static --dir src/static/immutable --dir src/static/versioned src/index.tsx:index.js -- -g [ envify purge --NODE_ENV=development --ZP_VERSION=$npm_package_version ] -t [ browserify-markdown --breaks false ] -p [ tsify -p src ] -t imgurify -t brfs --debug -v",
"dist:clean": "mkdirp dist && rimraf dist/* && mkdirp dist/$npm_package_version",
"dist": "npm run dist:production",
"dist:production": "npm run dist:clean && npm run dist:static && browserify src/index.tsx -g [ envify purge --NODE_ENV=production --ZP_VERSION=$npm_package_version ] -t [ browserify-markdown --breaks false ] -p [ tsify -p src ] -t imgurify -g uglifyify -p [ common-shakeify -v ] | terser -c -m --toplevel > dist/${npm_package_version}/index.js",
"dist:staging": "npm run dist:clean && npm run dist:static && browserify src/index.tsx -g [ envify purge --NODE_ENV=staging --ZP_VERSION=$npm_package_version ] -t [ browserify-markdown --breaks false ] -p [ tsify -p src ] -t imgurify -g uglifyify -p [ common-shakeify -v ] --debug | terser -c -m --toplevel -o dist/${npm_package_version}/index.js --source-map \"content=inline\"",
"dist:static": "cpx \"src/static/immutable/**/*\" dist && cpx \"src/static/versioned/**/*\" dist/$npm_package_version && npm run prepend-version",
"format": "prettier-standard \"{bin,src,spec,stories,stubs}/**/*.[jt]@(s|sx)\"",
"prepend-version": "node bin/html-prepend-url.js -i src/static/index.html -o dist/index.html ${npm_package_version}/",
"prepublish": "npm run dist",
"test": "jasmine-ts \"spec/hocs/**/*.spec.ts\"",
"serve": "http-server -c-1 -i -e html -o -p 6510 dist",
"debug:ssl": "budo --ssl --live --open --port 6510 --dir src/static/ --dir src/favicons src/index.tsx:index.js -- -g [ envify purge --NODE_ENV development ] -t [ browserify-markdown --breaks false ] -p [ tsify -p src ] -t imgurify --debug -v",
"storybook": "start-storybook --ci -s ./src/static/immutable,./src/static/versioned -p 9001 -c .storybook",
"start": "npm run dist && npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenyway/zenypass.git"
},
"keywords": [
"zero-knowledge",
"password manager",
"open source",
"crypto",
"pgp",
"sync",
"web application"
],
"author": {
"name": "Stephane M. Catala",
"email": "stephane@zenyway.com"
},
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/zenyway/zenypass/issues"
},
"homepage": "https://github.com/zenyway/zenypass#readme",
"browser": {
"bootstrap": "./src/bootstrap",
"clipboard-copy": "./src/clipboard-copy",
"component-from-events": "./src/component-from-events",
"component-from-props": "./src/component-from-props",
"components": "./src/components",
"create-element": "./src/create-element",
"hocs": "./src/hocs",
"static": "./src/static",
"utils": "./src/utils",
"zenypass-service": "./src/zenypass-service"
},
"dependencies": {
"automata-reducer": "3.2.1",
"basic-compose": "4.0.1",
"basic-csv-parser": "1.0.2",
"basic-cursors": "2.2.0",
"basic-fsa-factories": "1.1.0",
"basic-l10n": "2.0.0",
"component-from-stream": "0.17.2",
"component-from-stream-redux": "0.5.7",
"csprpg": "1.1.0",
"debug": "4.1.1",
"inferno": "7.4.2",
"inferno-bootstrap": "7.3.0",
"inferno-create-element": "7.4.2",
"rxjs": "6.4.0",
"typestyle": "2.0.4",
"zenypass-modhex": "1.0.0"
},
"optionalDependencies": {
"@zenyway/zenypass-service": "1.2.1"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@storybook/addon-actions": "5.3.17",
"@storybook/addon-viewport": "5.3.17",
"@storybook/components": "5.3.17",
"@storybook/react": "5.3.17",
"@storybook/theming": "5.3.17",
"@types/debug": "4.1.5",
"@types/jasmine": "3.5.10",
"@types/node": "13.13.4",
"@typescript-eslint/eslint-plugin": "2.30.0",
"@typescript-eslint/parser": "2.30.0",
"babel-loader": "8.1.0",
"brfs": "2.0.2",
"browserify": "16.5.1",
"browserify-licenses": "1.4.6",
"browserify-markdown": "2.0.1",
"budo": "11.6.3",
"common-shakeify": "0.6.0",
"connect-modrewrite": "0.10.2",
"cpx": "1.5.0",
"create-react-context": "0.3.0",
"envify": "4.1.0",
"http-server": "0.12.3",
"husky": "4.2.5",
"hyperstream": "1.2.2",
"imgurify": "2.0.1",
"inferno-clone-vnode": "7.4.2",
"inferno-compat": "7.4.2",
"inferno-create-class": "7.4.2",
"inferno-devtools": "7.4.2",
"jasmine-core": "3.5.0",
"jasmine-ts": "0.3.0",
"lint-staged": "10.2.0",
"minimist": "1.2.5",
"mkdirp": "1.0.4",
"pkg-dir-cli": "2.1.0",
"prettier-standard": "16.3.0",
"rimraf": "3.0.2",
"standard": "14.3.3",
"subarg": "1.0.0",
"terser": "4.6.12",
"transform-loader": "0.2.4",
"trumpet": "1.7.2",
"ts-loader": "7.0.1",
"tsify": "4.0.1",
"typescript": "3.8.3",
"uglifyify": "5.0.2",
"watchify": "3.11.1",
"zenyway-storybook-addon-l10n": "1.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md}": [
"prettier-standard",
"git add"
]
},
"prettier": {
"semi": false,
"singleQuote": true
},
"standard": {
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
]
}
}