-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "@elemental-design/colors",
"version": "0.0.1",
"description": "Elemental Design System color library",
"main": "dist/bundle.umd.js",
"module": "dist/bundle.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elemental-design/colors.git"
},
"keywords": [],
"author": "macintoshhelper",
"license": "ISC",
"bugs": {
"url": "https://github.com/elemental-design/colors/issues"
},
"homepage": "https://github.com/elemental-design/colors#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"flow-bin": "^0.107.0",
"flow-typed": "^2.6.1",
"rollup": "^1.21.2",
"rollup-library": "0.0.3",
"rollup-plugin-alias": "^2.0.0"
},
"dependencies": {
"chalk": "^2.4.2",
"chroma-js": "^2.0.6",
"@elemental-design/coloralgorithm": "1.0.0"
}
}