This repository was archived by the owner on Dec 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "strings",
"version": "1.0.0",
"description": "Manage all your strings in Figma without any stress ✨",
"homepage": "https://github.com/jisungbin/strings#readme",
"keywords": [
"string management"
],
"author": "Ji Sungbin <ji@sungb.in>",
"funding": "https://github.com/sponsors/jisungbin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jisungbin/strings.git"
},
"main": "src/strings.js",
"bugs": {
"url": "https://github.com/jisungbin/strings/issues"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"clean": "rm -rf dist"
},
"devDependencies": {
"@figma/eslint-plugin-figma-plugins": "^0.14.0",
"@figma/plugin-typings": "^1.88.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"cssnano": "^6.1.0",
"figma-plugin-ds-svelte": "^1.4.3",
"postcss": "^8.4.35",
"rollup": "^2.79.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.2.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^4.2.12",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
}
}