-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "figma-token-to-code",
"version": "2.6.0",
"description": "Generate the text element to Html with css.",
"main": "code.js",
"repository": "https://github.com/s-acss/figma-token-to-code.git",
"author": "ziven27",
"license": "MIT",
"scripts": {
"start": "webpack --watch",
"build": "webpack --mode=production"
},
"browserslist": [
"last 2 versions",
"ie 9"
],
"dependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@figma/plugin-typings": "^1.26.0",
"babel-loader": "^8.2.2",
"clipboard-copy": "^4.0.1",
"css-loader": "^5.0.2",
"highlight.js": "^10.6.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.3.6",
"preact": "^10.5.14",
"react-highlight": "^0.14.0",
"sacss": "^1.0.4",
"save-as-file": "^0.3.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"url-loader": "^2.1.0",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^3.3.6",
"xml-formatter": "^2.4.0"
}
}