This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
71 lines (71 loc) · 2.14 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
{
"name": "webpack-sandbox",
"version": "1.0.0",
"description": "A service that takes code and DLL manifests and produces a server side bundling process",
"main": "index.js",
"scripts": {
"start": "WEBPACK_SANDBOX_ENV=webpack-sandbox-dev node src/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cerebral/webpack-web-service.git"
},
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.2.10",
"babel-plugin-inferno": "^3.2.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.0",
"coffee-loader": "^0.7.2",
"coffeelint": "^1.14.2",
"compression": "^1.6.1",
"cookie": "^0.2.3",
"cookie-parser": "^1.4.1",
"cors": "^2.8.1",
"css-loader": "^0.23.1",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"json-loader": "^0.5.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"md5-file": "^3.1.1",
"memory-fs": "^0.3.0",
"node-libs-browser": "^1.0.0",
"node-pre-gyp": "^0.6.21",
"node-sass": "^3.4.2",
"node-zip": "^1.1.1",
"nopt": "^3.0.6",
"process": "^0.11.2",
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"raw-loader": "^0.5.1",
"rc": "^1.1.6",
"recursive-readdir": "^2.1.0",
"request": "^2.69.0",
"sass-loader": "^3.1.2",
"source-map-support": "^0.4.0",
"style-loader": "^0.13.0",
"tar-pack": "^3.1.3",
"ts-loader": "^2.0.3",
"typescript": "2.0.10",
"url-loader": "^0.5.7",
"vue-html-loader": "^1.2.0",
"vue-loader": "^8.2.1",
"vue-style-loader": "^1.0.0",
"webpack": "^2.2.1"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cerebral/webpack-web-service/issues"
},
"homepage": "https://github.com/cerebral/webpack-web-service#readme"
}