forked from InteropIO/finsemble-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 3.06 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
{
"name": "finsemble-seed",
"version": "5.3.0",
"description": "",
"main": "index.js",
"scripts": {
"build:prod": "gulp build:prod --gulpfile=./gulpfile.js",
"build:seed": "npm run clean && gulp build:dev --gulpfile=./gulpfile.js",
"clean": "gulp clean --gulpfile=./gulpfile.js",
"dev": "gulp dev --gulpfile=./gulpfile.js",
"dev-fresh": "gulp dev:fresh --gulpfile=./gulpfile.js",
"dev:fresh": "gulp dev:fresh --gulpfile=./gulpfile.js",
"dev:nolaunch": "gulp dev:noLaunch --gulpfile=./gulpfile.js",
"finsemble-cli": "finsemble-cli",
"launch": "gulp launch --gulpfile=./gulpfile.js",
"makeInstaller:dev": "set NODE_ENV=development&&gulp makeInstaller --gulpfile=./gulpfile.js",
"makeInstaller:prod": "set NODE_ENV=production&&gulp makeInstaller --gulpfile=./gulpfile.js",
"makePackage": "gulp makePackage --gulpfile=./gulpfile.js",
"nobuild:dev": "gulp nobuild:dev --gulpfile=./gulpfile.js",
"postinstall": "rimraf ./webpack-file-cache && rimraf ./build/webpack/vendor-manifest.json",
"prod": "gulp prod --gulpfile=./gulpfile.js",
"prod:nolaunch": "gulp prod:nolaunch --gulpfile=./gulpfile.js",
"server": "gulp server --gulpfile=./gulpfile.js",
"server:prod": "gulp server:prod --gulpfile=./gulpfile.js",
"start": "set EVAL_FORM=yes&& gulp dev --gulpfile=./gulpfile.js",
"tslint": "./node_modules/tslint/bin/tslint -c \"tslint.json src/**/*.ts\"",
"tslint:fix": "./node_modules/tslint/bin/tslint -c \"tslint.json src/**/*.ts\" --fix",
"update-finsemble": "npm update @finsemble/finsemble-core && npm update -g @finsemble/finsemble-cli"
},
"author": "Cosaic",
"license": "SEE LICENSE IN LICENSE",
"optionalDependencies": {
"@finsemble/finsemble-cli": "5.3.*"
},
"dependencies": {
"@finsemble/finsemble-core": "5.3.*",
"@finsemble/finsemble-electron-adapter": "5.3.*",
"@finsemble/finsemble-ui": "5.3.*",
"async": "3.2.0",
"compression": "1.7.3",
"express": "4.16.4",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.12.1",
"@babel/plugin-transform-modules-commonjs": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.9.4",
"@babel/runtime": "^7.8.4",
"@types/react-dom": "16.9.8",
"babel-loader": "8.1.0",
"babel-plugin-add-module-exports": "1.0.2",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"chalk": "4.1.0",
"copy-webpack-plugin": "6.1.0",
"css-loader": "3.5.3",
"death": "1.1.0",
"file-loader": "6.1.0",
"gulp": "4.0.0",
"hard-source-webpack-plugin": "0.13.1",
"pretty-hrtime": "^1.0.3",
"rimraf": "3.0.2",
"shelljs": "0.8.4",
"source-map-loader": "1.0.1",
"tree-kill": "1.2.2",
"style-loader": "2.0.0",
"ts-loader": "^8.0.4",
"tslint": "6.1.3",
"typescript": "3.9.3",
"url-loader": "4.1.0",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "3.8.0",
"webpack-cli": "latest",
"webpack-glob-entries": "^1.0.1",
"worker-farm": "1.7.0"
}
}