forked from tokens-bruecke/figma-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.26 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
{
"name": "tokens-bruecke",
"version": "2.1.2",
"license": "MIT",
"author": {
"name": "Pavel Laptev",
"url": "https://pavellaptev.github.io"
},
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack --mode=development --watch"
},
"dependencies": {
"@octokit/core": "^5.0.0",
"clipboard-copy": "^4.0.1",
"pavelLaptev/react-figma-ui": "git+https://[email protected]/PavelLaptev/react-figma-ui#7758bded05e85353f42420ce81aabe62c7f0d022",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.70.0",
"@tokens-bruecke/token-types": "git+https://github.com/tokens-bruecke/token-types.git#1.4.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"buffer": "^6.0.3",
"css-loader": "^6.8.1",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-inline-script-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.7.1",
"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"
}
}