-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.17 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.17 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
{
"name": "df",
"product": "ext",
"version": "0.0.1",
"scripts": {
"start": "npm run dev:desktop",
"clean": "rimraf build",
"dev:desktop": "webpack-dev-server --env.profile=desktop --env.browser=yes --env.verbose=no",
"build:desktop": "npm run clean && cross-env webpack --env.profile=desktop --env.environment=production --env.treeshake=yes"
},
"dependencies": {
"@sencha/ext": "7.0.0",
"@sencha/ext-charts": "7.0.0",
"@sencha/ext-modern": "7.0.0",
"@sencha/ext-modern-theme-material": "7.0.0"
},
"devDependencies": {
"@sencha/ext-webpack-plugin": "7.0.0",
"html-webpack-plugin": "3.2.0",
"base-href-webpack-plugin": "2.0.0",
"cross-env": "5.2.0",
"portfinder": "1.0.21",
"webpack": "4.39.2",
"webpack-cli": "3.3.6",
"webpack-dev-server": "5.2.1",
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-transform-async-to-generator": "7.5.0",
"@babel/plugin-transform-regenerator": "7.4.5",
"@babel/preset-env": "7.5.5",
"babel-plugin-add-module-exports": "1.0.2",
"babel-loader": "8.0.6",
"lodash.find": "4.6.0"
}
}