-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 926 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
41
{
"name": "@new-ui/typography",
"version": "0.1.6",
"description": "Modular typographic scale for your apps and websites.",
"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/typography.git"
},
"keywords": [
"typography",
"responsive",
"type",
"type-styles",
"modular",
"type",
"tokens",
"desktop",
"mobile"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/typography/issues"
},
"homepage": "https://github.com/NewDesignFile/typography#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.12.0",
"autoprefixer": "^10.4.20",
"parcel": "^2.12.0",
"postcss-node-sass": "^1.1.1"
}
}