-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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": "@fabula/core",
"version": "0.1.2",
"description": "Fabula's core",
"main": "index.js",
"scripts": {
"generate-icons": "node scripts/generate-icons.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/fabula-ui/core.git"
},
"author": "Bruno Poeta <brunovieirapoeta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fabula-ui/core/issues"
},
"homepage": "https://github.com/fabula-ui/core#readme",
"devDependencies": {
"autoprefixer": "^9.7.4",
"require-dir": "^1.2.0",
"rimraf": "^3.0.2"
},
"browserslist": [
"Chrome >= 45",
"Firefox ESR",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"dependencies": {
"color": "^3.1.2",
"emotion": "^10.0.27",
"fantasticon": "^1.0.16",
"icon-font-generator": "^2.1.10",
"potrace": "^2.1.6",
"svg-outline-stroke": "^1.3.0",
"tslib": "^2.0.0"
}
}