-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
69 lines (69 loc) · 1.86 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@divriots/style-dictionary-playground",
"version": "0.1.0",
"description": "Style once, use everywhere. A build system for creating cross-platform styles.",
"license": "MIT",
"author": "divRiots <[email protected]>",
"repository": "https://github.com/divriots/style-dictionary-playground",
"main": "index.js",
"files": [],
"scripts": {
"dev": "npm run build && concurrently \"rollup -c rollup.config.js --watch\" \"wds --watch --root-dir dist\"",
"build": "rimraf dist && rollup -c rollup.config.js",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/parser": "^7.17.9",
"@lion/core": "^0.18.4",
"@lion/overlays": "^0.26.1",
"@zip.js/zip.js": "^2.3.19",
"browser-style-dictionary": "^3.1.1-browser.2",
"buffer": "^6.0.3",
"glob": "^7.2.0",
"lit": "^2.0.0",
"memfs": "^3.4.1",
"monaco-editor": "^0.28.1",
"pako": "^2.0.4",
"prettier": "^2.6.2",
"process": "^0.11.10",
"stream": "^0.0.2",
"uuid": "^8.3.2",
"wasm-flate": "^1.0.2-browser"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-inject": "^4.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^3.0.0",
"@web/dev-server": "^0.1.23",
"concurrently": "^6.2.2",
"css-loader": "^6.3.0",
"file-loader": "^6.2.0",
"patch-package": "^6.4.7",
"rimraf": "^3.0.2",
"rollup": "^2.60.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-visualizer": "^5.5.2",
"style-loader": "^3.3.0",
"watchify": "^4.0.0",
"yargs": "^17.2.1"
},
"keywords": [
"style dictionary",
"style",
"dictionary",
"amazon",
"css",
"design",
"properties",
"tokens",
"sass",
"scss",
"iOS",
"Android",
"react",
"react native",
"style guide"
]
}