-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "monkecard",
"version": "0.0.15",
"author": "mnerv",
"license": "MIT",
"homepage": "https://monkecard.xyz",
"description": "Decentralised memo webapp with external sources",
"repository": {
"type": "git",
"url": "https://github.com/mnerv/monkecard"
},
"bugs": {
"url": "https://github.com/mnerv/monkecard/issues"
},
"private": true,
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/mnerv"
},
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build",
"build:dev": "cross-env NODE_ENV=development snowpack build",
"postpack": "workbox generateSW",
"test": "cross-env NODE_ENV=test web-test-runner './src/**/*.test.*' --node-resolve",
"clean": "rimraf build .cache"
},
"dependencies": {
"async-lz-string": "^1.0.3",
"crypto-js": "^4.1.1",
"dompurify": "^2.3.4",
"fp-ts": "^2.11.7",
"fuse.js": "^6.5.3",
"io-ts": "^2.2.16",
"js-yaml": "^4.1.0",
"katex": "^0.15.1",
"marked": "^4.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"rxjs": "^7.5.2"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-optimize": "^0.2.13",
"@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-run-script": "^2.3.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/chai": "^4.3.0",
"@types/crypto-js": "^4.1.0",
"@types/dompurify": "^2.3.2",
"@types/js-yaml": "^4.0.5",
"@types/katex": "^0.11.1",
"@types/marked": "^4.0.1",
"@types/mocha": "^9.0.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/snowpack-env": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@web/test-runner": "^0.13.25",
"autoprefixer": "^10.4.2",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.6.0",
"eslint-config-preact": "^1.3.0",
"eslint-watch": "^8.0.0",
"postcss": "^8.4.5",
"postcss-scss": "^4.0.3",
"rimraf": "^3.0.2",
"snowpack": "^3.8.8",
"snowpack-plugin-hash": "^0.7.1",
"tailwindcss": "^3.0.13",
"typescript": "^4.5.4",
"workbox-cli": "^6.4.2"
}
}