-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "@astrouxds/tokens",
"version": "1.12.0",
"description": "Astro UXDS Design Tokens",
"main": "dist/js/tokens.common.js",
"module": "dist/js/tokens.module.js",
"dependencies": {},
"scripts": {
"start": "npm run build",
"build": "node ./build.js",
"build.ios": "node ./iosbuild.js",
"prepack": "npm run build",
"make": "node run.js && node ./scripts/prebuild.js && npm run build"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RocketCommunicationsInc/astro-design-tokens"
},
"author": "Rocket Communications",
"bugs": {
"url": "https://github.com/RocketCommunicationsInc/astro-design-tokens/issues"
},
"homepage": "https://www.astrouxds.com",
"devDependencies": {
"@changesets/cli": "^2.24.3",
"autoprefixer": "^10.4.4",
"chalk": "^4.1.2",
"color": "^4.2.1",
"lodash": "^4.17.21",
"postcss": "^8.4.12",
"sharp": "^0.30.6",
"style-dictionary": "^3.7.1",
"svg2vectordrawable": "^2.9.1",
"tailwindcss": "^3.0.23",
"tinycolor2": "^1.4.2",
"token-transformer": "^0.0.25",
"traverse": "^0.6.6"
}
}