-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.28 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
53
54
55
56
57
58
{
"name": "Bulb",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"test-dev": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@yaireo/tagify": "^3.23.1",
"base-router": "^1.2.0",
"breadcrumb-element": "^1.0.0",
"csjs": "^1.0.0",
"custom-electron-titlebar": "^3.2.6",
"d3": "3.5.17",
"dom-css": "^2.0.0",
"file-saver": "1.3.2",
"global": "^4.3.0",
"gulp-less": "^4.0.1",
"jest-cli": "^26.6.3",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.12.1",
"less": "^3.13.1",
"lowdb": "^1.0.0",
"moment": "^2.29.1",
"nets": "^3.2.0",
"node": "10.16.3",
"normalize.css": "^3.0.3",
"object-assign": "^4.0.1",
"on-load": "^2.0.0",
"prop-types": "^15.7.2",
"semantic-ui": "^2.4.2",
"split.js": "^1.6.2",
"uuid": "^8.3.2",
"yo-yo": "^1.1.1"
},
"devDependencies": {
"electron": "^11.4.1",
"electron-connect": "^0.6.3",
"electron-reload": "1.5.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"jest": "^26.6.3",
"node-sass": "^5.0.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"opera 12.1",
"bb 10",
"android 4"
]
}