-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "dicerun-ts",
"version": "1.0.0",
"main": "dist/index.js",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tempots/dom": "9.0.2",
"@tempots/ui": "0.1.0",
"dicerollerts": "^0.6.2",
"marked": "^4.3.0",
"nano-markdown": "^1.2.2",
"partsing": "^0.7.3",
"react-ga4": "^2.1.0"
},
"devDependencies": {
"@happy-dom/jest-environment": "^9.1.7",
"@types/jest": "^29.5.0",
"@types/marked": "^4.0.8",
"@types/node": "^18.15.11",
"@types/showdown": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"happy-dom": "^9.1.0",
"jest": "^29.5.0",
"stylus": "^0.59.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vite-plugin-comlink": "^3.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fponticelli/tempots-demo.git"
},
"author": "Franco Ponticelli",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/fponticelli/tempots-demo/issues"
},
"homepage": "https://github.com/fponticelli/tempots-demo#readme"
}