-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "TrackerPad",
"version": "0.1.0-beta",
"description": "",
"main": "./src/index.js",
"scripts": {
"build": "webpack -p",
"electron": "./node_modules/.bin/electron ."
},
"license": "",
"author": "",
"dependencies": {
"bootstrap": "^3.3.5",
"bootstrap-css-only": "^3.2.0",
"immutable": "^3.8.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-redux": "^4.4.5",
"react-router": "^2.0.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^1.0.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.3.13",
"eslint": "^3.10.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"babel-eslint": "^7.1.0",
"file-loader": "^0.9.0",
"http-server": "^0.8.5",
"redux-devtools": "^3.3.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}