-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 KB
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
{
"name": "figma-variables-import",
"version": "0.2.0",
"description": "Variables Import",
"homepage": "https://www.figma.com/community/plugin/1253424530216967528",
"author": "Travis Spomer <travis@microsoft.com>",
"private": true,
"repository": {
"type": "private",
"url": "https://github.com/microsoft/figma-variables-import"
},
"scripts": {
"analyze": "npx webpack --mode production --profile --json > profile.json && npx webpack-bundle-analyzer profile.json build",
"build": "npx webpack --mode production",
"build:watch": "npx webpack --mode development --watch",
"lint": "npx eslint",
"prettier:format": "npx prettier --write 'src/**/*.{js,jsx,ts,tsx,css,json}'"
},
"dependencies": {
"@travisspomer/promising-artist": "^1.0.0",
"preact": "^10.11.0",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@figma/plugin-typings": "^1.121.0",
"@svgr/webpack": "^6.3.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"css-loader": "^6.7.1",
"eslint": "^8.20.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.7.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"tslib": "^2.4.0",
"typescript": "^5.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
}
}