-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
executable file
·166 lines (166 loc) · 5.87 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "platformio-home",
"version": "3.4.4",
"description": "PlatformIO Home",
"repository": {
"type": "git",
"url": "https://github.com/platformio/platformio-home.git"
},
"main": "''",
"scripts": {
"start": "webpack serve --config ./scripts/webpack.dev.config.js --progress --profile --color",
"start:light": "PIOHOME_THEME=light serve --config ./scripts/webpack.dev.config.js --progress --profile --color --port 9001",
"build": "NODE_ENV=production webpack --config ./scripts/webpack.prod.config.js --progress --profile --color",
"lint": "eslint --ext js --ext jsx app",
"format": "prettier --write \"app/**/*.js*\" \"app/**/*.less\"",
"sizeinspect": "ANALYZE=1 npm run build"
},
"homepage": "https://platformio.org",
"license": "Apache-2.0",
"dependencies": {
"antd": "~3.26.20",
"clipboard": "~2.0.8",
"highlight.js": "~11.3.1",
"humanize": "~0.0.9",
"jsonrpc-lite": "~2.2.0",
"marked": "~3.0.8",
"object-hash": "^2.2.0",
"prop-types": "~15.7.2",
"querystringify": "~2.2.0",
"rc-animate": "~3.1.1",
"react": "~16.13.1",
"react-dnd": "~11.1.3",
"react-dnd-html5-backend": "~11.1.3",
"react-dom": "~16.13.1",
"react-ga": "~3.3.0",
"react-redux": "~5.1.2",
"react-router-dom": "~4.3.1",
"redux": "~4.1.2",
"redux-saga": "~1.1.3",
"superagent": "~6.1.0",
"url-parse": "~1.5.3"
},
"devDependencies": {
"@babel/core": "~7.16.0",
"@babel/eslint-parser": "~7.16.0",
"@babel/plugin-proposal-class-properties": "~7.16.0",
"@babel/plugin-proposal-function-bind": "~7.16.0",
"@babel/plugin-proposal-object-rest-spread": "~7.16.0",
"@babel/preset-react": "~7.16.0",
"babel-loader": "~8.2.3",
"babel-plugin-import": "~1.13.3",
"babel-plugin-redux-saga": "~1.1.2",
"copy-webpack-plugin": "~9.0.1",
"css-loader": "~6.5.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"eslint": "~8.1.0",
"eslint-import-resolver-webpack": "~0.13.2",
"eslint-plugin-import": "~2.25.2",
"eslint-plugin-react": "~7.26.1",
"file-loader": "~6.2.0",
"html-webpack-plugin": "~5.5.0",
"less": "~3.12.2",
"less-loader": "~10.2.0",
"mini-css-extract-plugin": "~2.4.3",
"obsolete-webpack-plugin": "~0.5.6",
"prettier": "~2.4.1",
"react-hot-loader": "~4.13.0",
"redux-logger": "~3.0.6",
"style-loader": "~3.3.1",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "~4.1.1",
"webpack": "~5.61.0",
"webpack-bundle-analyzer": "~4.5.0",
"webpack-cli": "~4.9.1",
"webpack-dev-server": "~4.4.0"
},
"themes": {
"light": {
"hljs-theme": "default",
"@icon-url": "'/fonts/iconfont'",
"@card-padding-base": "15px",
"@btn-font-size-sm": "12px",
"@menu-dark-bg": "@layout-sider-background",
"@layout-sider-background": "#323232",
"@layout-header-background": "#ececec",
"@layout-body-background": "#fff",
"@breadcrumb-link-color": "@link-color",
"@carousel-dot-width": "20px",
"@carousel-dot-height": "4px",
"@carousel-dot-active-width": "28px",
"@tag-code-color": "#c7254e",
"@tag-code-bg": "#f9f2f4",
"@tag-kbd-color": "#fff",
"@tag-kbd-bg": "#333",
"@table-header-sort-active-bg": "darken(@table-header-bg, 3%)",
"@alert-error-message-color": "@heading-color",
"@alert-warning-message-color": "lighten(@black, 35%)",
"@placeholder-color": "lighten(@black, 65%)"
},
"dark": {
"hljs-theme": "monokai-sublime",
"@icon-url": "'/fonts/iconfont'",
"@light": "#fff",
"@body-background": "#1E1E1E",
"@component-background": "#252526",
"@layout-sider-background": "#323232",
"@layout-header-background": "@layout-sider-background",
"@layout-body-background": "@body-background",
"@background-color-base": "#181818",
"@background-color-light": "#2D2D2D",
"@shadow-color-inverse": "@light",
"@primary-color": "#4080d0",
"@info-color": "none",
"@error-color": "#D42D35",
"@primary-1": "#3F3F46",
"@heading-color": "#CCCCCC",
"@text-color": "#989898",
"@text-color-secondary": "fade(@heading-color, 45%)",
"@disabled-color": "fade(@text-color, 50%)",
"@border-color-base": "#6c6c6c",
"@border-color-split": "#414141",
"@menu-bg": "@body-background",
"@menu-highlight-color": "@light",
"@btn-font-size-sm": "12px",
"@btn-default-bg": "@background-color-base",
"@input-bg": "@background-color-light",
"@tooltip-bg": "#303030",
"@popover-bg": "@tooltip-bg",
"@card-padding-base": "15px",
"@card-hover-border": "@border-color-base",
"@card-shadow": "0 2px 8px rgba(255, 255, 255, .02)",
"@breadcrumb-link-color": "@link-color",
"@tabs-card-active-color": "@heading-color",
"@table-expanded-row-bg": "darken(@body-background, 2%)",
"@table-header-sort-active-bg": "darken(@table-header-bg, 4%)",
"@table-header-sort-bg": "darken(@table-header-bg, 3%)",
"@table-body-sort-bg": "@table-header-sort-bg",
"@table-selected-row-bg": "lighten(@component-background, 4%)",
"@carousel-dot-width": "20px",
"@carousel-dot-height": "4px",
"@carousel-dot-active-width": "28px",
"@tab-hover-color": "@heading-color",
"@tag-code-color": "@body-background",
"@tag-code-bg": "@text-color",
"@tag-kbd-color": "@body-background",
"@tag-kbd-bg": "@text-color",
"@badge-text-color": "@light",
"@alert-error-message-color": "lighten(@black, 35%)",
"@alert-warning-message-color": "lighten(@black, 35%)",
"@placeholder-color": "darken(@text-color, 20%)"
}
},
"workspaces": {
"platformio": {},
"aceinna": {
"themes": {
"light": {
"@primary-color": "#0C7F7B"
},
"dark": {
"@primary-color": "#0C7F7B"
}
}
}
}
}