-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.91 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
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "mad",
"version": "1.0.0",
"description": "Myntra API Designer",
"main": "webpack.config.js",
"dependencies": {
"ansi_up": "^1.3.0",
"axios": "^0.15.3",
"babel-preset-inferno-app": "^1.5.0",
"codemirror": "^5.23.0",
"dragula": "^3.7.2",
"emmett": "^3.1.1",
"history": "^4.5.0",
"humanize-duration": "^3.9.0",
"inferno": "~1.0.3",
"inferno-component": "~1.0.3",
"inferno-dom": "~1.0.3",
"inferno-dropdown": "^0.9.3",
"inferno-redux": "~1.0.3",
"inferno-router": "~1.0.3",
"inferno-server": "~1.0.3",
"lodash.debounce": "^4.0.6",
"marked": "^0.3.6",
"redux": "^3.6.0",
"simplemde": "^1.11.2",
"webpack-manifest-plugin": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-inferno": "~1.4.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-rollup": "^3.0.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"eslint": "^3.12.2",
"eslint-plugin-inferno": "^6.8.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-asset-manifest": "0.0.6",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-less": "^3.3.0",
"gulp-rev": "^7.1.2",
"gulp-rimraf": "^0.2.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"html-replace-webpack-plugin": "^2.2.3",
"html-webpack-plugin": "^2.28.0",
"http-proxy": "^1.14.0",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-hash": "^1.2.0",
"rollup-plugin-less": "^0.1.3",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-stream": "^1.19.0",
"string-replace-webpack-plugin": "0.0.5",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.7.1"
},
"scripts": {
"start": "NODE_ENV=development node ./webpack.devserver.js",
"build": "NODE_ENV=production ./node_modules/.bin/gulp release",
"embed": "go-bindata-assetfs -o dist/dist_gen.go -ignore 'map|go' -pkg dist -nocompress=true dist/...",
"lint": "eslint src/",
"watch": "./node_modules/.bin/gulp",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swathysubhash/mad.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/swathysubhash/mad/issues"
},
"homepage": "https://github.com/swathysubhash/mad.git#readme"
}