-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "wysiwyg",
"product": "ext",
"version": "0.0.1",
"description": "wysiwyg description for Ext JS app Wysiwyg",
"repository": {
"type": "git",
"url": "https://github.com/"
},
"keywords": [
"Ext",
"JS",
"Sencha",
"HTML5"
],
"author": "Loopthy Corp",
"license": "ISC",
"bugs": {
"url": "https://github.com/"
},
"homepage": "http://www.sencha.com",
"scripts": {
"start": "cross-env-shell npm run dev",
"clean": "rimraf build",
"dev": "webpack-dev-server --env.verbose=no --env.enviroment=development",
"build": "npm run clean && cross-env webpack --env.profile=desktop --env.environment=production --env.treeshake=yes"
},
"dependencies": {
"@sencha/ext-modern": "~7.2.0",
"@sencha/ext-modern-theme-material": "~7.2.0",
"@sencha/ext": "~7.2.0"
},
"devDependencies": {
"@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",
"@sencha/ext-webpack-plugin": "~7.2.0",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"cross-env": "^5.2.0",
"lodash.find": "^4.6.0",
"portfinder": "^1.0.21",
"replace": "^1.1.1",
"webpack": "~4.39.2",
"webpack-cli": "~3.3.6",
"webpack-dev-server": "^3.11.0"
}
}