-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "@standardnotes/decrypt",
"version": "1.1.4",
"license": "AGPL-3.0-only",
"scripts": {
"build": "webpack --mode='production'",
"postbuild": "inline-assets dist/index.html dist/decrypt.html && del 'dist/*' '!dist/decrypt.html'",
"start": "webpack-dev-server --mode='development'"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0 <17.0.0"
},
"dependencies": {
"@standardnotes/sncrypto-web": "^1.6.1",
"@standardnotes/snjs": "^2.41.1"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"del-cli": "^4.0.1",
"html-webpack-plugin": "^5.5.0",
"inline-assets": "^1.4.7",
"jszip": "^3.7.1",
"mini-css-extract-plugin": "^2.4.6",
"node-sass": "^7.0.1",
"sass-loader": "^12.4.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.0.5",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/standardnotes/decrypt.git"
}
}