forked from weblee-co/weblee-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.53 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.53 KB
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
{
"name": "weblee-utils",
"version": "0.0.1",
"bin": {
"weblee": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/weblee-co/weblee-utils.git"
},
"main": "./index.html",
"scripts": {
"test": "mocha",
"setup": "weblee setup",
"pug-html": "weblee pug-html"
},
"dependencies": {
"avocode-toolkit": "git+https://github.com/khalidhoffman/avocode-toolkit.git",
"babel-core": "^6.7.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"bourbon": "^4.2.7",
"colors": "^1.1.2",
"compass-mixins": "^0.12.10",
"cssnano": "^4.1.10",
"fs-extra": "^4.0.1",
"glob": "^7.1.2",
"gulp": "^4.0.0",
"js-beautify": "^1.5.10",
"kouto-swiss": "^1.1.0",
"less": "^3.9.0",
"lodash": "^4.6.1",
"mz": "^2.6.0",
"nib": "^1.1.0",
"node-compass": "^0.2.4",
"node-sass": "^4.9.1",
"php2pug": "^0.3.1",
"postcss": "^5.0.19",
"postcss-discard-duplicates": "^2.0.1",
"prompt": "^1.0.0",
"pug": "^2.0.0-rc.3",
"pug-beautify": "^0.1.1",
"pug-bem-lexer": "0.0.9",
"pug-bemify": "^1.1.0",
"pug-php-filter": "0.0.1",
"requirejs": "^2.3.5",
"sass-cache": "0.0.1",
"socket.io": "^2.2.0",
"stylus-bem": "^0.54.10",
"stylus-bem-evaluator": "0.0.5",
"stylus-require-css-evaluator": "0.0.1",
"stylus-type-utils": "0.0.3",
"superagent": "^3.6.0",
"webpack": "^4.37.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^6.1.1"
}
}