-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
76 lines (76 loc) · 1.99 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
{
"name": "@youseedk/dna",
"publishConfig": {
"access": "public"
},
"version": "3.0.1",
"keywords": [
"yousee",
"css",
"scss",
"svg",
"framework",
"web"
],
"description": "A CSS Framework to create YouSee websites and applications",
"main": "ys-bundle.min.css",
"style": "ys-bundle.min.css",
"engines": {
"node": ">=12"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"build:fractal": "gulp fractal:build",
"build:npm": "gulp npm-dist",
"lint:scss": "gulp lint-scss"
},
"repository": {
"type": "git",
"url": "https://github.com/youseedk/dna.git"
},
"author": "YouSee Digital Warehouse (https://github.com/youseedk/dna/graphs/contributors)",
"license": "ISC",
"homepage": "https://dna.yousee.dk",
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.5",
"@frctl/fractal": "1.1.7",
"babelify": "^10.0.0",
"bootstrap": "4.3.1",
"browserify": "16.2.3",
"cssnano": "^4.1.10",
"fuse.js": "3.4.6",
"gray-matter": "^4.0.2",
"gulp": "^4.0.2",
"gulp-filelist": "^1.1.1",
"gulp-imagemin": "^5.0.3",
"gulp-json-scss": "0.0.5",
"gulp-load-plugins": "2.0.1",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-stylelint": "10.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-uglify": "3.0.2",
"newer": "^0.1.5",
"path": "^0.12.7",
"postcss": "7.0.36",
"postcss-prefix-selector": "^1.7.2",
"postcss-preset-env": "6.6.0",
"postcss-scss": "^2.0.0",
"tinycolor2": "^1.4.1",
"vinyl-source-stream": "^2.0.0",
"walk": "^2.3.14"
},
"devDependencies": {
"gulp-insert": "^0.5.0",
"handlebars-helpers": "^0.10.0",
"merge-stream": "^1.0.1",
"stylelint": "~10.1.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-scss": "^3.13.0"
}
}