-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "cirru-html",
"version": "0.2.3",
"description": "Template engine that converts Cirru to HTML",
"main": "js/index.js",
"scripts": {
"clean": "rm -rfv dist/*",
"watch": "yarn html && webpack-dev-server --config webpack.dev.cirru",
"release": "yarn clean && webpack --config webpack.release.cirru && yarn release-html",
"html": "coffee template.coffee",
"release-html": "env=release coffee template.coffee",
"up": "yarn release && tiye-up",
"compile": "coffee -o lib/ -bc src/",
"test": "coffee example/test.coffee"
},
"keywords": [
"cirru",
"html"
],
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"cirru-parser": "^0.10.8-a1"
},
"repository": {
"type": "git",
"url": "git://github.com/Cirru/cirru-html.git"
},
"bugs": {
"url": "https://github.com/Cirru/cirru-html/issues"
},
"homepage": "http://repo.cirru.org/html/",
"devDependencies": {
"assets-webpack-plugin": "^5.1.1",
"cirru-script": "0.6.2",
"cirru-script-loader": "0.5.5",
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"css-loader": "^4.2.2",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"file-loader": "^6.0.0",
"hsl": "^0.1.1",
"http-server": "^0.12.3",
"json-loader": "^0.5.3",
"stir-template": "^0.2.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^5.94.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-hud": "^0.1.2"
}
}