-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.08 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
{
"name": "zebra",
"version": "0.1.0",
"description": "Your Figma plugin",
"main": "code.js",
"scripts": {
"start": "npx webpack --mode=development --watch",
"build": "npx webpack --mode=production"
},
"author": "Brian Brennglass",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "^1.39.1",
"@svgr/webpack": "^6.0.0",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"css-loader": "^6.5.1",
"html-inline-script-webpack-plugin": "^2.0.3",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^4.5.2",
"react-dev-utils": "^11.0.4",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@mui/lab": "^5.0.0-alpha.58",
"@mui/material": "^5.2.1",
"@mui/styles": "^5.2.2",
"has": "^1.0.3",
"has-flag": "^4.0.0",
"he": "^1.2.0",
"htmlparser2": "^6.1.0",
"human-signals": "^2.1.0",
"icss-utils": "^5.1.0",
"immer": "^9.0.7",
"is-core-module": "^2.8.0",
"is-number": "^7.0.0",
"is-plain-object": "^2.0.4",
"is-stream": "^2.0.1",
"isexe": "^2.0.0",
"isobject": "^3.0.1",
"jest-worker": "^27.3.1",
"json-schema-traverse": "^0.4.1",
"json5": "^2.2.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"merge-stream": "^2.0.0",
"mime-db": "^1.51.0",
"mimic-fn": "^2.1.0",
"minimist": "^1.2.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheOtherBrian1/Figma-Database-Modeler-.git"
},
"keywords": [
"Figma",
"database",
"modeler"
],
"bugs": {
"url": "https://github.com/TheOtherBrian1/Figma-Database-Modeler-/issues"
},
"homepage": "https://github.com/TheOtherBrian1/Figma-Database-Modeler-#readme"
}