-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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": "stage-starter-inferno",
"version": "1.0.0",
"description": "A starter mobile app with stage.js and infernojs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "npx gulp clean && BRANDING=$BRANDING npx gulp dev:server",
"pwa": "npx gulp clean && BRANDING=$BRANDING PWA=true NODE_ENV=production npx gulp default"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/core": "~7.8.3",
"@babel/plugin-proposal-object-rest-spread": "~7.11.0",
"@babel/plugin-transform-object-assign": "~7.8.3",
"@babel/preset-env": "~7.8.3",
"babel-plugin-inferno": "~6.1.1",
"babelify": "~10.0.0",
"browserify": "~16.5.2",
"browserify-shim": "~3.8.14",
"compression": "^1.7.4",
"cordova": "^11.1.0",
"del": "~5.1.0",
"envify": "~4.1.0",
"eslint": "~5.1.0",
"eslint-config-google": "~0.9.1",
"eslint-plugin-promise": "~3.6.0",
"eslint-plugin-standard": "~3.0.1",
"gulp": "~4.0.2",
"gulp-babel": "~8.0.0",
"gulp-connect": "~5.7.0",
"gulp-less": "~4.0.1",
"gulp-sourcemaps": "~2.6.5",
"gulp-tap": "~2.0.0",
"gulp-terser": "~1.4.0",
"ios-deploy": "^1.11.4",
"merge-stream": "~2.0.0",
"vinyl-buffer": "~1.0.1",
"vinyl-source-stream": "~2.0.0",
"workbox-sw": "~2.1.2",
"yargs": "~15.3.0"
},
"dependencies": {
"@naikus/stage": "^1.0.3-beta",
"inferno": "^8.0.6",
"inferno-create-class": "^8.0.6",
"path-to-regexp": "^6.2.1",
"store2": "~2.3.2"
},
"browserify-shim": {}
}