forked from pfgithub/threadclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.88 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.88 KB
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
{
"name": "threadclient",
"version": "1.0.0",
"main": "index.js",
"author": "pfg <pfg@pfg.pw>",
"license": "MIT",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/commonmark": "^0.27.4",
"@types/node": "^14.14.28",
"@types/photoswipe": "^4.1.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/video.js": "^7.3.14",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"nightwind": "^1.1.6",
"null-loader": "^4.0.1",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"raw-loader": "^4.0.2",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.3",
"tailwindcss-cli": "^0.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-virtual-modules": "^0.4.2",
"workbox-webpack-plugin": "^6.0.2"
},
"dependencies": {
"commonmark": "^0.29.3",
"core-js": "3",
"photoswipe": "^4.1.3",
"preact": "^10.5.12",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"slate": "^0.59.0",
"slate-history": "^0.59.0",
"slate-react": "^0.59.0",
"uhtml": "^2.3.1",
"video.js": "^7.11.4"
}
}