-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
54
55
56
57
{
"name": "color-factory",
"version": "1.8.1",
"description": "Color scheme Consideration",
"author": "techa",
"license": "MIT",
"homepage": "https://techa.github.io/color-factory",
"repository": {
"type": "git",
"url": "git+https://github.com/techa/color-factory.git"
},
"bug": {
"url": "https://github.com/techa/color-factory/issues"
},
"keywords": [
"Color Card",
"Color scheme"
],
"main": "src/index.js",
"scripts": {
"icons": "node --experimental-modules scripts/icons.mjs",
"deploy": "git subtree push --prefix dist origin gh-pages",
"dev": "rollup -c -w",
"build": "rollup -c"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-asset": "^1.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.2.0",
"svelte": "^2.16.1"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"base64-js": "^1.3.0",
"color": "^3.1.0",
"feather-icons": "^4.26.0",
"lzma": "^2.3.2"
}
}