-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "byuweb-components",
"version": "0.0.1",
"description": "Components to be used for byu web pages and applications.",
"main": "",
"scripts": {
"build": "gulp build",
"serve": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"author": "",
"license": "Apache-2.0",
"dependencies": {
"deep-equal": "^1.0.1",
"gulp-install": "^0.6.0"
},
"devDependencies": {
"babel-plugin-iife-wrap": "^1.1.0",
"babel-preset-babili": "0.0.11",
"babel-preset-env": "^1.1.8",
"babili": "0.0.9",
"browser-sync": "^2.18.6",
"byu-web-component-build": "^0.2.1",
"byu-web-component-utils": "^0.2.0",
"css-loader": "^0.26.1",
"ejs-compiled-loader": "^2.2.0",
"file-loader": "^0.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "~2.2.0",
"html-loader": "^0.4.4",
"image-webpack-loader": "^3.2.0",
"node-sass": "^4.5.0",
"pump": "^1.0.1",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.1",
"svg-url-loader": "^2.0.2",
"through2": "^2.0.3",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
}
}