-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.2 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.2 KB
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
{
"name": "dockerfilelint.com",
"version": "0.0.1",
"description": "",
"repository": "",
"private": true,
"src": "src",
"dist": "dist",
"mainInput": "main",
"mainOutput": "main",
"dependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-react": "^6.11.1",
"bootstrap": "^3.3.5",
"bootstrap-datepicker": "eternicode/bootstrap-datepicker#7bd535d51d8d71c563c90e3d77e3802626a48d54",
"brace": "0.11.0",
"classnames": "^2.1.2",
"dockerfilelint": "1.4.0",
"font-awesome": "^4.3.0",
"font-awesome-webpack": "0.0.4",
"history": "^2.1.2",
"install": "^0.8.1",
"lodash": "^4.14.0",
"marked": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz",
"moment": "^2.10.6",
"node-uuid": "^1.4.3",
"npm": "^3.10.6",
"pubsub-js": "^1.5.2",
"react": "^15.4.2",
"react-ace": "5.9.0",
"react-ace-wrapper": "1.0.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.3.0",
"react-router": "^2.6.1",
"react-router-bootstrap": "^0.23.1",
"reflux": "^0.4.1",
"superagent": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"bootstrap-webpack": "gowravshekar/bootstrap-webpack#9c155357d6f5049c86bce517b12053ae6935c7fb",
"css-loader": "^0.23.1",
"eslint": "^3.1.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^6.0.0",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"grunt": "^1.0.1",
"grunt-config": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-replace": "^1.0.1",
"grunt-touch": "^1.0.0",
"grunt-webpack": "^1.0.12",
"imports-loader": "^0.6.4",
"json-loader": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"load-grunt-tasks": "^3.2.0",
"node-libs-browser": "^1.0.0",
"react-hot-loader": "^1.2.7",
"react-validation-mixin": "^5.4.0",
"source-map": "^0.5.6",
"style-loader": "^0.13.1",
"term.js": "0.0.7",
"url-loader": "^0.5.6",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.10.1"
}
}