-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.4 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.4 KB
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
{
"name": "tyminder",
"version": "0.3.0",
"description": "A powerful, lightweight, and cross-platform mind mapping desktop application.",
"scripts": {
"init": "npm i -g wr && npm install -g less && npm install -g bower && bower install && npm install",
"build": "grunt build",
"dev": "grunt dev",
"watch": "wr --exec \"lessc --source-map less/editor.less dist/kityminder.editor.css && grunt build\" less ui",
"postinstall": "bower install",
"tauri": "tauri"
},
"author": "ACTom <i@actom.me>",
"license": "GPL-2.0",
"devDependencies": {
"@tauri-apps/cli": "^2",
"cz-conventional-changelog": "^1.1.5",
"grunt": "~0.4.1",
"grunt-angular-templates": "~0.5.0",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-module-dependence": "~0.2.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-replace": "~0.8.0",
"grunt-wiredep": "^2.0.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"uglify-js": "^2.8.29"
},
"dependencies": {
"tyminder-core": "^2.0.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}