-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "sunup",
"version": "0.0.1",
"scripts": {
"build": "webpack b --node-env production",
"watch:offline": "webpack watch",
"watch": "shopify theme serve & webpack w",
"dev": "npm run watch",
"start": "npm run watch",
"prepare": "husky install",
"postinstall": "husky install"
},
"main": "assets/main.*",
"devDependencies": {
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"css-loader": "^5.2.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^7.0.1",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"prettier": "^2.2.1",
"style-loader": "^3.1.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^2.2.4"
},
"dependencies": {
"lazysizes": "^5.3.2",
"picoapp": "^3.6.2",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
}
}