-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "figma-export-convention",
"version": "1.0.0",
"description": "Export with filename conventions",
"main": "code.js",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"test": "jest",
"coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ozhsmt/figma-export-convention.git"
},
"keywords": [
"figma",
"exporter"
],
"author": "okazu <[email protected]>, Darwin D. Wu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ozhsmt/figma-export-convention/issues"
},
"homepage": "https://github.com/ozhsmt/figma-export-convention#readme",
"dependencies": {
"figma-styled-components": "^1.2.6",
"jszip": "^3.2.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/jszip": "^3.1.7",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"css-loader": "^3.4.2",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.1.0",
"style-loader": "^1.1.3",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"url-loader": "^3.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}