-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.53 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": "secretmsg",
"version": "1.0.1",
"description": "Cloudflare Worker app for encrypting and decrypting messages",
"author": "Postlight",
"license": "MIT",
"scripts": {
"build": "node scripts/build.js",
"deploy": "node scripts/deploy.js",
"lint": "eslint --ext .js,.ts,.tsx ./src",
"start": "node scripts/start.js",
"test": "jest"
},
"dependencies": {
"copy-to-clipboard": "^3.3.1",
"hashids": "1.2.2",
"preact": "8.4.2",
"preact-render-to-string": "4.1.0",
"unistore": "3.2.1",
"url-pattern": "1.0.3"
},
"devDependencies": {
"@dollarshaveclub/cloudworker": "0.0.11",
"@types/gtag.js": "0.0.4",
"@types/hashids": "1.0.30",
"@types/jest": "24.0.11",
"@typescript-eslint/eslint-plugin": "1.4.2",
"@typescript-eslint/parser": "1.4.2",
"acorn": "6.1.1",
"async": "2.6.2",
"aws-sdk": "2.424.0",
"cross-spawn": "6.0.5",
"css-loader": "2.1.1",
"eslint": "5.15.3",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"form-data": "2.3.3",
"jest": "24.5.0",
"mini-css-extract-plugin": "0.5.0",
"node-fetch": "2.3.0",
"null-loader": "0.1.1",
"prettier": "1.16.4",
"raw-body": "2.3.3",
"serve-static": "1.13.2",
"style-loader": "0.23.1",
"ts-jest": "24.0.0",
"ts-loader": "5.3.3",
"typescript": "3.3.4000",
"webpack": "4.29.6",
"webpack-dev-middleware": "3.6.1"
},
"volta": {
"node": "10.23.1"
}
}