-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "@syncify/dawn-advanced",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"main": "index.js",
"scripts": {
"dev": "syncify sissel --theme dev --watch --hot",
"dev:multi": "syncify sissel,another-store --syncify custom -another-store dev,prod --watch",
"build": "syncify --build --prod --clean",
"upload": "syncify sissel --theme dev --upload",
"download": "syncify sissel --theme dev --download",
"upload:multi": "syncify sissel,another-store --syncify custom --another-store dev,prod --upload",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"eslintConfig": {
"extends": "@sissel/eslint-config",
"ignorePatterns": [
"docs",
"dist"
],
"rules": {
"object-curly-newline": "off",
"no-import-assign": "off"
}
},
"devDependencies": {
"@sissel/eslint-config": "^1.1.0",
"@syncify/cli": "0.2.2-beta",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"postcss": "^8.4.24",
"prettier": "^3.0.0",
"sass": "^1.63.6",
"sharp": "^0.32.1",
"svg-sprite": "^2.0.2",
"svgo": "^3.0.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"lazysizes": "^5.3.2",
"mithril": "^2.2.2"
}
}