-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.3 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
{
"name": "react-app-example",
"version": "0.0.1",
"private": true,
"devDependencies": {
"app-module-path": "1.1.0",
"autoprefixer": "6.3.7",
"babel-core": "6.11.4",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-plugin-syntax-trailing-function-commas": "6.8.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-1": "6.13.0",
"babel-runtime": "6.11.6",
"case-sensitive-paths-webpack-plugin": "1.1.2",
"chai": "^3.5.0",
"chai-enzyme": "0.5.0",
"chalk": "1.1.3",
"cheerio": "0.20.0",
"cross-spawn": "4.0.0",
"css-loader": "0.23.1",
"electron": "1.3.2",
"electron-devtools-installer": "2.0.1",
"electron-mocha": "3.0.6",
"enzyme": "2.4.1",
"eslint": "3.1.1",
"eslint-loader": "1.4.1",
"eslint-plugin-flowtype": "2.4.0",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-jsx-a11y": "2.0.1",
"eslint-plugin-react": "5.2.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"filesize": "3.3.0",
"fs-extra": "0.30.0",
"gzip-size": "3.0.0",
"html-webpack-plugin": "2.22.0",
"json-loader": "0.5.4",
"mobx-react-devtools": "^4.2.6",
"mocha": "3.0.2",
"opn": "4.0.2",
"postcss-loader": "0.9.1",
"promise": "7.1.1",
"react-addons-test-utils": "15.2.1",
"react-hot-loader": "3.0.0-beta.1",
"rimraf": "2.5.4",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
"whatwg-fetch": "1.0.0"
},
"dependencies": {
"chance": "1.0.4",
"crypto-js": "3.1.6",
"dexie": "1.4.1",
"director": "1.2.8",
"mobx": "2.4.1",
"mobx-react": "3.5.3",
"react": "15.2.1",
"react-bootstrap": "0.30.2",
"react-dom": "15.2.1"
},
"scripts": {
"clear": "rm -rf ~/.config/react-app-example/",
"build:watch": "node ./scripts/start.js",
"build": "node ./scripts/build.js",
"start": "NODE_ENV=development electron .",
"test": "electron-mocha --require test/helpers/browser.js test/**/*_spec.js --renderer --recursive --check-leaks"
},
"main": "index.js",
"eslintConfig": {
"extends": "./config/eslint.js"
}
}