-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "permapaste",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel index.html",
"dev-lan": "parcel index.html --https",
"build": "npx ts-node src/build/build.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/base64-js": "1.2.5",
"@types/dompurify": "0.0.33",
"@types/fs-extra": "8.0.0",
"@types/highlight.js": "9.12.3",
"@types/marked": "0.6.5",
"@types/node": "12.6.8",
"@types/scrypt-async": "1.3.0",
"arweave": "1.4.0",
"babel-polyfill": "6.26.0",
"base64-js": "1.3.0",
"datauri": "2.0.0",
"dompurify": "1.0.11",
"exact-deps": "1.2.1",
"fs-extra": "8.1.0",
"github-markdown-css": "3.0.1",
"hibp": "8.0.0",
"highlight.js": "9.15.9",
"marked": "0.7.0",
"scrypt-async": "2.0.1",
"vue": "2.6.10",
"vue-class-component": "7.1.0",
"vue-clipboard2": "0.3.0",
"vue-hot-reload-api": "2.3.3",
"vue-property-decorator": "8.2.1",
"vue-router": "3.0.6"
},
"devDependencies": {
"parcel": "1.12.3",
"@vue/component-compiler-utils": "3.0.0",
"parcel-plugin-bundle-visualiser": "1.2.0",
"sass": "1.22.2",
"typescript": "3.5.2",
"vue-template-compiler": "2.6.10",
"ts-node": "8.3.0"
}
}