-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.59 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
{
"name": "theme-packer",
"version": "1.0.0-beta.9",
"main": "cli.js",
"bin": {
"theme-packer": "cli.js"
},
"repository": "[email protected]:davidwarrington/theme-packer",
"author": "davidwarrington <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.14.0",
"@shopify/themekit": "^1.1.8",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"chokidar": "^3.5.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"consola": "^2.15.3",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"dotenv": "^8.2.0",
"html-webpack-plugin": "^5.3.1",
"liquid-schema-plugin": "^1.1.0",
"mini-css-extract-plugin": "^1.5.1",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.36.1",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.7.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-unicorn": "^31.0.0",
"prettier": "^2.2.1",
"vuepress": "^1.8.2"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint ."
}
}