-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.71 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
{
"name": "sweet-react",
"version": "1.0.0",
"description": "DRY! web, desktop, ios and android app just using single code base in with react and redux.",
"main": "index.js",
"scripts": {
"server": "node ./server/server.js",
"start": "webpack -w",
"setup": "npm install",
"build": "webpack -p",
"desktop": "electron ./electron/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shoorkaii/sweet-react.git"
},
"author": "Reza Ranjkesh Shoorkaii",
"license": "ISC",
"bugs": {
"url": "https://github.com/shoorkaii/sweet-react/issues"
},
"homepage": "https://github.com/shoorkaii/sweet-react#readme",
"dependencies": {
"express": "^4.15.4",
"ajv": "^5.2.2",
"axios": "^0.15.3",
"babel": "^6.5.2",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-airbnb": "^1.0.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"forever-agent": "^0.6.1",
"jsdom": "^11.1.0",
"json-loader": "^0.5.4",
"mime-types": "^2.1.15",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.4.1",
"react-redux": "^5.0.1",
"react-router": "^3.0.5",
"react-test-renderer": "^15.6.1",
"react-truncate": "^2.1.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.2.0",
"watchify": "^3.7.0",
"webpack": "^2.7.0",
"electron": "~1.6.2"
}
}