-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name": "light",
"version": "0.1.0",
"description": "a javascript document generator",
"main": "lib/index.js",
"repository": "git@github.com:zzmingo/light.git",
"author": "mingo",
"license": "MIT",
"scripts": {
"lib": "babel src --watch --out-dir lib "
},
"dependencies": {
"acorn": "^4.0.11",
"babel-cli": "^6.24.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-3": "^6.22.0",
"babel-traverse": "^6.23.1",
"babel-types": "^6.23.0",
"babylon": "^6.16.1",
"base64-image-loader": "^1.2.0",
"comment-parser": "^0.4.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.0",
"draftlog": "^1.0.12",
"estraverse": "^4.2.0",
"file-loader": "^0.10.1",
"font-awesome": "^4.7.0",
"fs-extra": "^2.1.1",
"glob": "^7.1.1",
"highlight.js": "^9.10.0",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"marked": "^0.3.6",
"materialize-css": "^0.98.0",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"vue": "^2.2.2",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.17.0"
},
"devDependencies": {},
"bin": {
"light": "light"
}
}