-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.87 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
72
73
74
75
76
77
78
79
80
{
"name": "rucksack",
"description": "JavaScript and CSS bundler.",
"keywords": [
"rucksack",
"javascript",
"and",
"css",
"bundler"
],
"license": "MIT",
"version": "6.1.0",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bloggify <[email protected]> (https://bloggify.org)",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Bloggify/rucksack.git"
},
"bugs": {
"url": "https://github.com/Bloggify/rucksack/issues"
},
"homepage": "https://github.com/Bloggify/rucksack#readme",
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"abs": "^1.3.14",
"babel-core": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-react": "^6.22.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"bundle-collapser": "^1.4.0",
"clean-css": "^5.2.4",
"cssnano": "^6.1.1",
"cute-logger": "^8.0.4",
"fwatcher": "^2.2.5",
"idy": "^2.0.0",
"iterate-object": "^1.3.4",
"match-all": "^1.2.6",
"noop6": "^1.0.9",
"postcss": "^8.4.38",
"postcss-css-variables": "^0.19.0",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^9.5.2",
"postcss-url": "^10.1.3",
"regex-escape": "^3.4.10",
"rucksack-lite": "^5.0.2",
"streamp": "^3.0.2",
"through2": "^4.0.2",
"uglifyify": "^5.0.2",
"ul": "^5.2.15",
"url-remote": "^3.0.0",
"watchify-cache": "^2.0.0"
},
"blah": {
"h_img": "http://i.imgur.com/hSPcrjC.png"
},
"devDependencies": {
"camelo": "^1.2.1"
}
}