-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 1.84 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "colors-app-bloggify",
"version": "1.0.1",
"description": "Copy—Paste colors from nice palettes.",
"main": "bloggify.json",
"scripts": {
"start": "bloggify-prod-start",
"start:dev": "bloggify-dev-start",
"bundle": "NODE_ENV=production bloggify-start --exit-after-bundle",
"build": "rm -rf dist/ ; snap localhost:8080 && mv localhost dist && cp _public/* dist/ && git add . -A && git commit -m 'Build'",
"deploy": "npm run build && gh-pages -d dist"
},
"author": "Bloggify <[email protected]> (https://bloggify.org)",
"license": "MIT",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"bugs": {
"url": "https://github.com/Bloggify/colors/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bloggify/colors.git"
},
"homepage": "https://github.com/Bloggify/colors#readme",
"blah": {
"title": "Colors",
"installation_command": {
"content": [
"# Clone this repository",
"git clone https://github.com/Bloggify/colors",
"",
"# Install the dependencies",
"cd colors && npm i",
"",
"# Start the app in dev mode",
"npm run start:dev"
],
"language": "bash"
},
"h_img": "https://i.imgur.com/5dGCs9s.png",
"h_url": "http://colors.bloggify.org"
},
"dependencies": {
"bloggify": "0.0.0-alpha29"
},
"devDependencies": {
"bloggify-cli": "0.0.0-alpha29",
"bloggify-icons": "^1.0.0",
"cute-colors": "^1.0.1",
"gh-pages": "^1.1.0",
"obj2env-cli": "^1.0.4",
"rc-slider": "^8.5.0",
"react": "^16.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dd-menu": "^2.0.2",
"react-dom": "^16.2.0"
}
}