-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"name": "brackets",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors",
"production": "webpack -p",
"lint": "eslint app/.; exit 0",
"fix": "eslint --fix app/.; exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/advancingguard/brackets.git"
},
"keywords": [],
"author": "Mehul Patel <mehul8@gmail.com> (http://mehul.codes/)",
"license": "ISC",
"bugs": {
},
"dependencies": {
"react": "15.3.0",
"react-dom": "15.3.0",
"react-icons": "2.2.1",
"react-modal": "1.4.0",
"react-redux": "4.4.5",
"react-router": "2.6.1",
"react-router-redux": "4.0.5",
"redux": "3.5.2",
"redux-thunk": "2.1.0"
},
"devDependencies": {
"babel-core": "6.13.2",
"babel-eslint": "6.0.0-beta.6",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.5.0",
"css-loader": "0.23.1",
"eslint": "3.2.2",
"eslint-config-standard": "5.3.5",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-react": "6.0.0",
"eslint-plugin-standard": "2.0.0",
"html-webpack-plugin": "2.22.0",
"style-loader": "0.13.1",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
}
}