-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "fizzy-bubbles-tracker",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "copyfiles --flat ./node_modules/sql.js/dist/sql-wasm.js ./node_modules/sql.js/dist/sql-wasm.wasm ./public/dist && next build && next export",
"start": "next start",
"lint": "next lint",
"server": "http-server ./out -a localhost -c-1 -o"
},
"browser": {
"child_process": false,
"fs": false
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@js-joda/core": "^5.5.2",
"@js-joda/locale_en-us": "^4.8.6",
"@mantine/core": "^5.10.2",
"@mantine/form": "^5.10.2",
"@mantine/hooks": "^5.10.2",
"@mantine/modals": "^5.10.2",
"@mantine/next": "^5.10.2",
"@mantine/nprogress": "^5.10.2",
"@mantine/prism": "^5.10.2",
"@mantine/styles": "^5.10.2",
"@tabler/icons": "^1.119.0",
"async-wait-until": "^2.0.12",
"axios": "^1.2.5",
"copy-webpack-plugin": "^11.0.0",
"file-saver": "^2.0.5",
"fizzydex.js": "^1.0.3",
"js-convert-case": "^4.2.0",
"localforage": "^1.10.0",
"next": "^13.1.6",
"object-hash": "^3.0.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-icons-converter": "^1.1.4",
"react-markdown": "^8.0.5",
"remark-gfm": "^3.0.1",
"rxjs": "^7.8.0",
"sass": "^1.57.1",
"sql.js": "^1.8.0",
"typeorm": "^0.3.11",
"use-async-effect": "^2.2.7",
"uuid": "^9.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.1/xlsx-0.19.1.tgz",
"ya-bbcode": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/file-saver": "^2.0.5",
"@types/hash-sum": "^1.0.0",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.11.18",
"@types/object-hash": "^3.0.2",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-grid-layout": "^1.3.2",
"@types/sql.js": "^1.4.4",
"@types/uuid": "^9.0.0",
"@types/webpack": "^5.28.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"copyfiles": "^2.4.1",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.5",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.4.0",
"jest-axe": "^7.0.0",
"jest-environment-jsdom": "^29.4.0",
"typescript": "^4.9.4"
}
}