-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.23 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": "storefront",
"version": "1.0.0",
"main": "gulpfile.js",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"basscss": "^8.0.1",
"basscss-addons": "^1.0.0-beta4",
"basscss-background-images": "^0.1.1",
"basscss-ui-utility-groups": "^1.0.1",
"jsqr": "1.1.0",
"muuri-react": "^3.1.6",
"normalize.css": "^4.2.0",
"postcss-inherit": "^4.1.0"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"cssnano": "^3.4.0",
"del": "^2.0.2",
"gulp": "^4.0.0",
"gulp-debug": "^4.0.0",
"gulp-gzip": "^1.4.2",
"gulp-ignore": "^2.0.2",
"gulp-json-transform": "^0.4.6",
"gulp-postcss": "8.0.0",
"gulp-rev-all": "^2.0.2",
"gulp-uglify": "^1.5.3",
"jsedn": "^0.4.1",
"merge-stream": "^0.1.7",
"postcss": "^5.0.14",
"postcss-calc": "^5.2.0",
"postcss-cli": "^2.4.0",
"postcss-color-function": "^2.0.0",
"postcss-custom-media": "^5.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-discard-comments": "^2.0.3",
"postcss-import": "^8.0.2",
"postcss-inline-svg": "^4.1.0",
"run-sequence": "^1.1.4",
"yargs": "^3.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Mayvenn/storefront.git"
}
}