-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.64 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
{
"name": "meowmenu",
"version": "1.0.0",
"description": "meow",
"main": ".eslintrc.js",
"scripts": {
"build": "node build"
},
"dependencies": {
"@types/react-redux": "^7.1.16",
"fp-ts": "^2.9.5",
"module-to-cdn": "^3.1.5",
"preact": "^10.5.13",
"prodigy-types": "github:Prodigy-Hacking/Prodigy-Types",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"reflect-metadata": "^0.1.13",
"styled-components": "^5.2.1",
"sweetalert2": "^10.15.6",
"sweetalert2-react-content": "^3.3.1",
"tiny-typed-emitter": "^2.0.3",
"typescript-memoize": "^1.0.0"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "5.1.7",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@webpack-cli/init": "^1.1.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.3",
"esbuild-plugin-alias": "^0.1.2",
"eslint": "^7.22.0",
"eslint-plugin-clean-regex": "^0.5.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"globby": "^11.0.2",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-essentials": "^7.0.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://ee5909d6e91fea64ad4564304e62bcaa98c03973@github.com/Prodigy-Hacking/MeowMenu.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Prodigy-Hacking/MeowMenu/issues"
},
"homepage": "https://github.com/Prodigy-Hacking/MeowMenu#readme"
}