-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "fashion-theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.2",
"@shopify/theme-product": "^2.0.5",
"@shopify/theme-product-form": "^2.0.5",
"babel-preset-shopify": "^19.0.0",
"node-sass": "^4.12.0",
"tar": "^4.4.8"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"concurrently": "^4.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "concurrently \"theme watch --notify=.sync_theme\" \"parcel watch scripts/scripts.js --out-dir assets --out-file scripts.js --no-hmr\" \"gulp\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanPete/shopify-fashion-theme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanPete/shopify-fashion-theme/issues"
},
"homepage": "https://github.com/DanPete/shopify-fashion-theme#readme"
}