forked from LekoArts/figma-theme-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.7 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
{
"name": "figma-theme-ui",
"version": "2.0.0",
"description": "Turn your Theme UI config into styles",
"author": "LekoArts <[email protected]>",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"clean": "rm -rf dist",
"test": "jest",
"test:ci": "jest --ci --runInBand",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint --ignore-path .gitignore . --ext .ts,.js",
"lint:fix": "yarn lint --fix",
"typecheck": "tsc --noEmit",
"changeset": "changeset"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.2",
"@changesets/cli": "^2.19.0",
"@figma/plugin-typings": "^1.40.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.4",
"@types/theme-ui": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"cssnano": "^5.0.14",
"csstype": "^3.0.10",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"figma-plugin-ds-svelte": "^1.2.0",
"jest": "^27.4.5",
"parse-color": "^1.0.0",
"postcss": "^8.4.4",
"prettier": "^2.5.0",
"rollup": "^2.61.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"superstruct": "0.10.13",
"svelte": "^3.44.2",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}