forked from codelastnight/to-path-figma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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": "to-path-figma",
"version": "1.5.1",
"description": "plugin that puts things on paths in figma design tool",
"main": "code.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx webpack --mode=development --watch",
"prod": "npx webpack --mode=production --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codelastnight/to-path-figma.git"
},
"keywords": [
"plugin",
"figma",
"design",
"path",
"dang"
],
"author": "last night",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/codelastnight/to-path-figma/issues"
},
"homepage": "https://github.com/codelastnight/to-path-figma#readme",
"devDependencies": {
"@figma/plugin-typings": "^1.19.0",
"@types/node": "^12.19.8",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"chokidar-cli": "^2.1.0",
"css-loader": "^3.6.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"node-sass-chokidar": "^1.5.0",
"postcss-cli": "^7.1.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"ts-loader": "^6.2.2",
"typescript": "^3.9.7",
"url-loader": "^2.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"autoprefixer": "^9.8.6",
"figma-plugin-ds": "^0.1.8",
"npm-run-all": "^4.1.5",
"on-change": "^1.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}