-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.12 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
{
"name": "@new-ui/foundations",
"version": "0.1.0",
"description": "New UI Foundations",
"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/foundations.git"
},
"keywords": [
"foundations",
"typography",
"responsive",
"type",
"type-styles",
"modular",
"type",
"tokens",
"desktop",
"mobile",
"colors",
"spacings",
"spacing-blocks",
"reset",
"new"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/foundations/issues"
},
"homepage": "https://github.com/NewDesignFile/foundations#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.13.3",
"autoprefixer": "^10.4.20",
"parcel": "^2.13.3"
},
"dependencies": {
"@new-ui/colors": "^1.3.0",
"@new-ui/effects": "^0.1.3",
"@new-ui/reset": "^0.0.5",
"@new-ui/spacings": "^0.1.3",
"@new-ui/typography": "^0.1.6"
}
}