-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "OYO_Client",
"version": "1.0.0",
"main": "./dist/oyo_client.bundle.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p",
"lint": "tslint src/*.ts{,x} src/**/*.ts{,x}",
"prestart": "gulp",
"start": "cross-env NODE_ENV=development node dev-server.js",
"prepublish": "gulp",
"publish": "cross-env NODE_ENV=production webpack -p"
},
"keywords": [
"inferno",
"typescript"
],
"author": "mtinner",
"dependencies": {
"compression": "^1.6.2",
"express": "^4.15.3",
"express-history-api-fallback": "^2.2.1",
"http": "0.0.0",
"http-proxy": "^1.16.2",
"inferno": "^3.3.1",
"inferno-component": "^3.3.1",
"inferno-router": "^3.3.1"
},
"devDependencies": {
"@types/node": "^7.0.27",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.10",
"babel-plugin-inferno": "^3.2.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.15",
"cross-env": "^3.1.4",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.2",
"gulp": "^3.9.1",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^8.0.1",
"html-webpack-plugin": "^2.26.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"source-map-loader": "^0.1.6",
"ts-loader": "^2.0.3",
"tslint": "^5.1.0",
"typescript": "^2.4.2",
"underscore": "^1.8.3",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2"
},
"apps": [
{
"script": "./dist/oyo_client.bundle.js",
"watch": "true",
"name": "OYO_Client"
}
]
}