-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 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
{
"name": "figma-theme-ui",
"version": "1.0.2",
"description": "Turn your Theme UI config into styles",
"author": "LekoArts <[email protected]>",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"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"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.23",
"@types/node": "^13.13.51",
"@types/theme-ui": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"cssnano": "^4.1.11",
"csstype": "^3.0.8",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"figma-plugin-ds-svelte": "1.2.0",
"jest": "^26.6.3",
"json5": "^2.2.0",
"parse-color": "^1.0.0",
"prettier": "^2.3.2",
"rollup": "^2.52.6",
"rollup-plugin-html-bundle": "0.0.3",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"superstruct": "^0.15.2",
"svelte": "^3.38.3",
"ts-jest": "^26.5.6",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
}
}