-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "shopify-template",
"title": "<TO FILL>",
"version": "0.1.0",
"description": "",
"main": "gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deuxhuithuit/shopify-template.git"
},
"author": {
"name": "Deux Huit Huit",
"url": "https://deuxhuithuit.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/deuxhuithuit/shopify-template/issues"
},
"homepage": "https://github.com/deuxhuithuit/shopify-template#readme",
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"autoprefixer": "^9.8.5",
"axios": "^0.21.1",
"growl": "^1.10.5",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-complexity": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-csso": "^2.2.4",
"grunt-purgecss": "^2.3.0",
"isbinaryfile": "^4.0.6",
"postcss": "^8.2.10",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"tailwindcss": "^1.5.2"
}
}