-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.45 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
81
82
{
"name": "lucify-component-builder",
"version": "0.4.4",
"description": "Utility for building and publishing convenient distributions of React components",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha -t 2000000"
},
"repository": {
"type": "git",
"url": "https://github.com/lucified/lucify-component-builder.git"
},
"bin": {
"lucify-deploy": "./src/lucify-deploy.bash"
},
"license": "MIT",
"//0": "Note that webpack, etc are needed in dependencies, not devDependencies",
"//1": "When developing another project depending on lucify-component-builder, ",
"//2": "npm install for the project will install only the regular dependencies for ",
"//3": "lucify-component-builder. In lucify-component-builder, devDepedencies",
"//4": "should include only dependencies needed only for testing ",
"//5": "lucify-component-builder",
"dependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.1.1",
"css-loader": "^0.23.1",
"deepcopy": "^0.6.1",
"del": "^2.0.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"getport": "^0.1.0",
"git-rev-sync": "^1.4.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-awspublish": "^3.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"html-webpack-plugin": "^2.10.0",
"iframe-resizer": "2.8.10",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.2",
"libsodium-wrappers": "^0.2.12",
"lodash": "^4.4.0",
"lucify-embed-code": "~0.1.2",
"minimist": "^1.2.0",
"mkpath": "^1.0.0",
"node-sass": "^3.7.0",
"object-extend": "^0.5.0",
"postcss-loader": "^0.9.1",
"postcss-reporter": "^1.3.3",
"project-name": "^0.2.4",
"replaceall": "^0.1.6",
"request": "^2.69.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"through2": "^2.0.1",
"url-loader": "^0.5.7",
"vinyl-fs": "^2.3.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"aws-sdk": "^2.3.3",
"chai": "^1.10.0",
"chai-fs": "^0.1.0",
"event-stream": "3.3.4",
"gulp-debug": "^2.1.2",
"mocha": "^2.4.5"
}
}