-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 918 Bytes
/
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
{
"name": "@new-ui/colors",
"version": "1.3.0",
"description": "Colors are now one less thing to worry about.",
"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
"main": false
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewDesignFile/colors.git"
},
"keywords": [
"colors",
"color-palette",
"themes",
"tokens",
"tokens-translation",
"design-tokens",
"design-system",
"color-system"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/colors/issues"
},
"homepage": "https://github.com/NewDesignFile/colors#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.12.0",
"autoprefixer": "^10.4.20",
"parcel": "^2.12.0",
"caniuse-lite": "^1.0.30001651"
}
}