This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "ta-slated",
"description": "Scaffolding theme for Shopify",
"license": "MIT",
"repository": "https://themeanorak.com",
"version": "0.0.1",
"scripts": {
"start": "npm install",
"code": "gulp",
"build": "gulp release --prod",
"deploy": "gulp full-deploy --prod",
"kill-theme": "gulp kill:theme"
},
"dependencies": {
"babel-preset-env": "^1.5.2",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"bulma": "^0.6.1",
"del": "^3.0.0",
"deploy": "^1.0.3",
"dotenv": "^4.0.0",
"gulp-shopify-theme": "^1.0.14",
"jquery": "^3.2.1",
"postcss-scss": "^1.0.2",
"require-dir": "^0.3.2",
"sass-lint": "^1.12.1",
"sass-module-importer": "^1.4.0",
"svg4everybody": "^2.1.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webfontloader": "^1.6.28",
"yargs": "^8.0.1"
},
"devDependencies": {
"browser-sync": "^2.18.12",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.2",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"gulp-zip": "^4.0.0"
}
}