-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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": "cnodejs-reader",
"version": "0.0.1",
"description": "Web app scaffold based on Webpack",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"keywords": [
"workflow"
],
"devDependencies": {
"autoprefixer-loader": "^3.0.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.5",
"css-loader": "^0.17.0",
"del": "^1.2.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"hsl": "^0.1.1",
"json-loader": "^0.5.3",
"run-sequence": "^1.1.2",
"stir-template": "^0.1.4",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"actions-recorder": "^1.6.4-alpha1",
"highlight.js": "^10.4.1",
"hsl": "^0.1.1",
"immutable": "^3.7.6",
"keycode": "^2.1.0",
"react": "^16.5.0",
"react-dom": "^0.14.5",
"react-remarkable": "^1.1.1",
"reqwest": "^2.0.5",
"router-view": "^1.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/cnodejs/cnodejs-reader.git"
},
"bugs": {
"url": "https://github.com/cnodejs/cnodejs-reader/issues"
},
"homepage": "https://github.com/cnodejs/cnodejs-reader"
}