This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage - Copy.json
98 lines (98 loc) · 3.4 KB
/
package - Copy.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
{
"name": "dev-hyperty-toolkit",
"version": "0.11.0",
"description": "Hyperty Developer Setup, contains all the initial configuration to develop hyperties",
"main": "index.js",
"scripts": {
"test": "karma start",
"test:mocha": "nyc --require babel-register --require babel-polyfill mocha",
"start": "cross-env ENVIRONMENT=all gulp serve",
"start:prod": "cross-env ENVIRONMENT=browser MODE=prod gulp serve",
"server": "cross-env ENVIRONMENT=core MODE=dev gulp server",
"start:dev": "cross-env ENVIRONMENT=core MODE=prod gulp serve",
"start:browser": "cross-env ENVIRONMENT=browser MODE=dev gulp serve",
"start:node": "cross-env ENVIRONMENT=node MODE=dev gulp serve",
"start:all": "cross-env ENVIRONMENT=all MODE=dev gulp serve",
"build": "cross-env ENVIRONMENT=browser gulp build:hyperties && cross-env ENVIRONMENT=node gulp build:hyperties",
"build:prod": "cross-env ENVIRONMENT=all MODE=prod gulp build:prod",
"build:hyperties": "cross-env ENVIRONMENT=browser MODE=prod gulp build:hyperties",
"build:hyperties:node": "cross-env ENVIRONMENT=node MODE=prod gulp build:hyperties"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reTHINK-project/dev-hyperty-toolkit.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/reTHINK-project/dev-hyperty-toolkit/issues"
},
"homepage": "https://github.com/reTHINK-project/dev-hyperty-toolkit#readme",
"dependencies": {
"JSONStream": "^1.3.5",
"express": "^4.16.4",
"runtime-browser": "github:rethink-project/dev-runtime-browser#develop",
"runtime-core": "github:rethink-project/dev-runtime-core#nosandbox",
"sync-client": "github:rethink-project/sync_client#develop"
},
"devDependencies": {
"@babel/parser": "^7.1.6",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.7.0",
"babelify": "^7.2.0",
"body-parser": "^1.18.3",
"browser-sync": "^2.26.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"deep-equal": "1.0.1",
"del": "^3.0.0",
"dexie": "^2.0.4",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"gulp": "^3.9.1",
"gulp-if": "^2.0.0",
"gulp-nodemon": "^2.4.2",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.12",
"html-webpack-plugin": "^2.30.1",
"inquirer": "^3.2.1",
"json-loader": "^0.5.7",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.1.1",
"karma-htmlfile-reporter": "^0.3.7",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.13",
"lodash": "^4.17.11",
"mocha": "^3.5.0",
"multer": "^1.4.1",
"node-env-file": "^0.1.8",
"run-sequence": "^2.2.1",
"searchjs": "0.8.0",
"sinon": "^2.4.1",
"through2": "^2.0.1",
"tv4": "^1.3.0",
"uglifyjs-webpack-plugin": "^1.2.6",
"urijs": "^1.19.0",
"vinyl-buffer": "^1.0.1",
"vinyl-named": "^1.1.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.2",
"watchify": "^3.11.0",
"webpack": "^3.12.0",
"webpack-stream": "^3.2.0",
"webrtc-adapter-test": "^0.2.10",
"yargs": "^8.0.2"
},
"eslintIgnore": [
"node_modules/*.*"
]
}