-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.73 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
{
"name": "figma-theme-ui",
"version": "2.0.0",
"description": "Turn your Theme UI config into styles",
"author": "LekoArts <lekoarts@gmail.com>",
"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.5.0",
"@changesets/cli": "^2.27.9",
"@figma/plugin-typings": "^1.100.2",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.63",
"@types/theme-ui": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cssnano": "^5.1.15",
"csstype": "^3.1.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^4.2.1",
"figma-plugin-ds-svelte": "^1.4.3",
"jest": "^29.7.0",
"parse-color": "^1.0.0",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"rollup": "^3.29.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.6",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"superstruct": "1.0.4",
"svelte": "^3.59.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
}
}