-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "Yung_Mirror",
"version": "1.0.0",
"description": "Another Yung Mirror",
"main": "main.js",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"dev-server": "webpack-dev-server --hot --inline --content-base --history-api-fallback",
"start": "npm run build && electron .",
"test": "jest",
"test:watch": "npm test --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.16.0",
"color-convert": "^1.9.0",
"electron": "^1.6.11",
"express": "^4.14.0",
"express-cors": "0.0.3",
"fs": "0.0.1-security",
"history": "^4.6.3",
"moment": "^2.18.1",
"nodemon": "^1.11.0",
"prop-types": "^15.5.10",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-skycons": "^0.3.0",
"react-test-renderer": "^15.6.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"request": "^2.81.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-jest": "^20.0.3",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-jest": "^20.0.3",
"babel-preset-react": "^6.24.1",
"devtron": "^1.4.0",
"enzyme": "^2.9.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-eslint": "^4.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"fetch-mock": "^5.12.1",
"html-loader": "^0.5.1",
"jest": "^20.0.4",
"react-hot-loader": "^1.3.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0"
}
}