-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "crometrics-snippets",
"version": "1.0.0",
"description": "Collection of CROmetrics snippets and patterns",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CROmetrics/crometrics-snippets.git"
},
"author": "CROmetrics",
"license": "ISC",
"bugs": {
"url": "https://github.com/CROmetrics/crometrics-snippets/issues"
},
"homepage": "https://github.com/CROmetrics/crometrics-snippets#readme",
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"css-loader": "^3.4.2",
"d3-funnel": "^1.2.2",
"express": "^4.17.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-scss-lint": "^1.0.0",
"gulp-webpack": "^1.5.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"to-string-loader": "^1.1.6",
"uglify-js": "^3.7.6",
"webpack": "^4.41.5",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"babel-preset-minify": "^0.5.1",
"eslint": "^6.8.0",
"string-loader": "^0.0.1",
"url": "^0.11.0"
}
}