-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "oskrhq-design-system",
"version": "3.6.3",
"description": "A mostly reasonable although opinionated approach to building responsive Digital Interfaces sharing the same anatomy.",
"keywords": [
"components",
"design",
"design-system",
"react",
"sass",
"styled-components",
"system",
"ui"
],
"homepage": "https://github.com/ogonzal87/oskrhq-design-system#readme",
"bugs": {
"url": "https://github.com/ogonzal87/oskrhq-design-system/issues"
},
"license": "MIT",
"author": "Oscar Gonzalez <oscar@oskrhq.com> (https://oskrhq.com/)",
"main": "oskrhq-design-system.js",
"style": "oskrhq-design-system.css",
"repository": {
"type": "git",
"url": "git+https://github.com/ogonzal87/oskrhq-design-system.git"
},
"scripts": {
"preup": "cp -r lib/styles dist"
},
"dependencies": {
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"styled-components": "^3.2.5"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-watch": "^3.1.4",
"node-sass": "^4.9.2"
},
"preup": {
"src": "lib/index.js"
}
}