This repository has been archived by the owner on May 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 4.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "relaxed-react-webapp-poc",
"version": "1.0.0",
"description": "React PoC for RELAXed",
"private": true,
"main": "index.js",
"engines": {
"node": ">=4.2.0",
"npm": "^3.0.0"
},
"scripts": {
"clean": "rimraf dist",
"compile": "babel-node bin/compile",
"lint": "eslint . ./",
"lint:fix": "npm run lint -- --fix",
"start": "better-npm-run start",
"dev": "better-npm-run dev",
"dev:nw": "npm run dev -- --nw",
"dev:no-debug": "npm run dev -- --no_debug",
"test": "better-npm-run test",
"test:dev": "npm run test -- --watch",
"deploy": "better-npm-run deploy",
"flow:check": "babel-node bin/flow-check",
"codecov": "cat coverage/*/lcov.info | codecov"
},
"betterScripts": {
"dev": {
"command": "nodemon --exec babel-node bin/server",
"env": {
"NODE_ENV": "development",
"DEBUG": "app:*"
}
},
"deploy": {
"command": "npm run clean && npm run compile",
"env": {
"NODE_ENV": "production",
"DEBUG": "app:*"
}
},
"start": {
"command": "babel-node bin/server",
"env": {
"DEBUG": "app:*"
}
},
"test": {
"command": "babel-node ./node_modules/karma/bin/karma start bin/karma",
"env": {
"NODE_ENV": "test",
"DEBUG": "app:*"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/relaxed/relaxed-react-webapp-poc.git"
},
"author": "Mikkel Hoegh <[email protected]>",
"license": "MIT",
"dependencies": {
"better-npm-run": "0.0.5",
"co-request": "^1.0.0",
"debug": "^2.2.0",
"history": "^2.0.0",
"iconv-lite": "^0.4.13",
"koa": "^2.0.0-alpha.3",
"koa-connect-history-api-fallback": "^0.3.0",
"koa-convert": "^1.2.0",
"koa-static": "^2.0.0",
"lodash.get": "^4.1.0",
"pouchdb": "^5.1.0",
"pouchdb-authentication": "^0.4.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-drupal-relaxed": "^0.1.1",
"react-redux": "^4.0.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0-beta",
"redux": "^3.0.0",
"redux-actions": "^0.9.1",
"redux-saga": "^0.6.1",
"redux-thunk": "^1.0.0",
"url": "^0.11.0",
"yargs": "^3.18.0"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.19",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-enzyme": "^0.4.0",
"cheerio": "^0.20.0",
"codecov": "^1.0.1",
"css-loader": "^0.23.0",
"cssnano": "^3.3.2",
"enzyme": "^1.5.0",
"eslint": "2.0.0-rc.1",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-react": "^2.2.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-flow-vars": "^0.1.3",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^3.14.0",
"eslint-plugin-standard": "^1.3.1",
"extract-text-webpack-plugin": "^1.0.0",
"file-loader": "^0.8.4",
"flow-bin": "^0.21.0",
"flow-interfaces": "^0.2.0",
"fs-extra": "^0.26.3",
"html-webpack-plugin": "^2.7.1",
"imports-loader": "^0.6.5",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^0.13.21",
"karma-coverage": "^0.5.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack-with-fast-source-maps": "^1.9.2",
"mocha": "^2.2.5",
"node-sass": "^3.3.3",
"nodemon": "^1.8.1",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "^2.1.3",
"postcss-loader": "^0.8.0",
"react-addons-test-utils": "^0.14.0",
"redux-devtools": "^3.0.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"rimraf": "^2.5.1",
"sass-loader": "^3.0.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}