-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "sourcedata-smartfigure-editor",
"private": true,
"version": "1.0.0-rc5",
"description": "Texture plugin for SourceData",
"main": "index.js",
"scripts": {
"start": "node make -w -s",
"build-app": "node make build:desktop && electron-builder --project app-dist",
"lint": "standard \"src/**/*.js\" \"desktop/**/*.js\" \"demo/**/*.js\" \"*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/substance/texture-plugin-sourcedata.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/substance/texture-plugin-sourcedata/issues"
},
"homepage": "https://github.com/substance/texture-plugin-sourcedata#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"debug": "4.1.1",
"electron": "8.2.3",
"electron-builder": "22.5.1",
"electron-window-state": "5.0.3",
"fs-extra": "8.1.0",
"postcss": "7.0.27",
"postcss-comment": "2.0.0",
"postcss-import": "12.0.1",
"postcss-nested": "4.2.1",
"postcss-reporter": "6.0.1",
"rollup": "1.32.0",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"standard": "14.3.1",
"substance": "2.0.0-preview.32",
"substance-bundler": "0.27.2",
"yauzl": "2.10.0",
"yazl": "2.5.1"
}
}