-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.25 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.25 KB
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
{
"version": "1.0.0",
"name": "stormpath-express-react-example",
"description": "A sample app demonstrating how to integrate Stormpath with React and Express.",
"homepage": "https://github.com/stormpath/stormpath-express-react-example",
"author": "Stormpath, Inc.",
"license": "Apache-2.0",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.20.0",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"caniuse-db": "^1.0.30000611",
"cli": "^1.0.1",
"error": "^7.0.2",
"express": "^4.14.0",
"express-stormpath": "^3.1.6",
"faker": "^3.1.0",
"file-loader": "^0.9.0",
"globals": "^9.12.0",
"jquery": "^3.1.1",
"mocha": "^3.2.0",
"morgan": "^1.7.0",
"ora": "^0.3.0",
"pg": "^6.1.2",
"pg-promise": "^5.5.0",
"pg-query": "^0.11.0",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-select": "^0.14.0",
"react-bootstrap-table": "^2.9.1",
"react-data-grid": "^1.0.82",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-document-title": "^2.0.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.3.1",
"react-router": "^3.0.0",
"react-select": "^1.0.0-rc.2",
"react-sortable": "^1.2.0",
"react-stormpath": "^1.3.3",
"sqlite3": "^3.1.8",
"squel": "^5.5.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-core": "^0.6.9",
"webpack-dev-server": "^1.16.2",
"when": "^3.7.7"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.13.1",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.15.0"
},
"scripts": {
"start": "node server.js",
"test": "mocha"
}
}