-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
57
58
59
{
"name": "@visa/charts-figma",
"version": "2.2.2",
"description": "A figma plugin to port VCC components into Figma for designers. ",
"license": "SEE LICENCE IN LICENSE",
"author": "Visa Data Experience Team",
"main": "code.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"repository": {
"type": "git",
"url": "https://github.com/visa/visa-chart-components.git",
"directory": "/packages/charts-figma"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"private": true,
"scripts": {
"audit": "yarn audit --json --level low > yarn-audit.json",
"yarn-install": "yarn",
"build": "GENERATE_SOURCEMAP=false npx webpack --mode=production",
"start": "npx webpack --mode=development --watch"
},
"devDependencies": {
"@figma/plugin-typings": "^1.43.0",
"@types/react": "^17.0.43",
"@types/react-dom": "17.0.13",
"babel-loader": "8.2.4",
"css-loader": "6.8.1",
"html-webpack-inline-source-plugin": "1.0.0-beta.2",
"html-webpack-plugin": "5.5.0",
"react-app-polyfill": "2.0.0",
"style-loader": "3.3.1",
"ts-loader": "9.2.8",
"typescript": "4.6.2",
"url-loader": "4.1.1",
"webpack": "^5.95.0",
"webpack-cli": "4.9.2"
},
"dependencies": {
"@figma-plugin/helpers": "0.15.2",
"@visa/charts-react": "^5.0.1",
"d3-array": "^3.2.4",
"d3-color": "^3.1.0",
"lodash.startcase": "4.4.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"resolutions": {
"@types/react": "^17.0.43",
"d3-color": "^3.1.0",
"braces": "^3.0.3",
"micromatch": "^4.0.8"
}
}