-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 978 Bytes
/
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
{
"name": "gptify-figma",
"version": "2.4.0",
"license": "MIT",
"author": {
"name": "Pavel Laptev",
"url": "https://pavellaptev.github.io"
},
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack --mode=development --watch"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.62.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.1",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.7.1",
"process": "^0.11.10",
"react-dev-utils": "^12.0.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}