-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.64 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
52
{
"name": "joplin-plugin-macos-theme",
"version": "1.5.8",
"repository": {
"type": "git",
"url": "https://github.com/andrejilderda/joplin-macos-native-theme"
},
"keywords": [
"joplin",
"joplin-plugin",
"theme",
"macos"
],
"files": [
"publish"
],
"scripts": {
"build:css": "sass --load-path scss src/scss/macos-theme-for-joplin.scss src/dist/macos-theme-for-joplin.css --no-source-map",
"build": "npm run build:css && webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"clean": "rm -rf dist",
"dev": "run-p start serve",
"prepare": "npm run build",
"serve": "http-server src/dist -c-1 -o macos-theme-for-joplin.css",
"start": "sass --load-path scss src/scss/macos-theme-for-joplin.scss src/dist/macos-theme-for-joplin.css --watch",
"update": "npm install -g generator-joplin && yo joplin --update",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion"
},
"publishConfig": {
"provenance": true
},
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@joplin/lib": "~2.9",
"@types/node": "^18.7.13",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"on-build-webpack": "^0.1.0",
"sass": "^1.36.0",
"tar": "^6.1.11",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"yargs": "^16.2.0"
}
}