-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "design_kit_free",
"version": "2.0.0",
"description": "Move your Power Apps development to the new level",
"main": "code.js",
"scripts": {
"build": "webpack",
"watch": "npm run build -- --watch",
"prettier:format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json}' "
},
"author": "MyCondy",
"license": "",
"dependencies": {
"@fluentui/react-components": "^9.35.1",
"@types/node": "^20.9.0",
"assert": "^2.1.0",
"css-loader": "^6.8.1",
"fast-xml-parser": "^4.3.2",
"figma-api": "^1.11.0",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^5.5.3",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"react": "^18.2.0",
"stream": "^0.0.2",
"buffer": "^6.0.3",
"base-64": "^1.0.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-tabs": "^6.0.2",
"typescript-guid": "^1.0.3",
"url-loader": "^4.1.1",
"use-file-picker": "^2.1.1",
"xml-js": "^1.6.11",
"xml-writer": "^1.7.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.79.0",
"@types/file-saver": "^2.0.7",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.9.0",
"@types/react-dom": "^18.2.14",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,css,json}": [
"prettier --write",
"git add"
]
}
}