-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.57 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.57 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-plugin-module-resolver": "^2.7.1",
"eslint-config-orionsoft": "^1.2.1",
"orionsoft-react-scripts": "^1.0.10",
"react-dev-utils": "^4.0.0"
},
"dependencies": {
"@orion-js/schema": "^0.0.6",
"apollo-client-preset": "^1.0.8",
"apollo-link-batch-http": "^1.2.1",
"apollo-link-error": "^1.0.7",
"apollo-link-state": "^0.4.1",
"autobind-decorator": "^2.1.0",
"babel-polyfill": "^6.26.0",
"evaporate": "^2.1.4",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
"jssha": "^2.3.1",
"meteor-paginated-graphql-react": "^1.5.2",
"moment": "^2.22.0",
"numeral": "^2.0.6",
"orionsoft-parts": "latest",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-addons-css-transition-group": "^15.6.2",
"react-apollo": "^2.1.3",
"react-apollo-decorators": "^1.4.27",
"react-dom": "^16.3.1",
"react-hot-loader": "4.0.1",
"react-icons": "^2.2.7",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.2.2",
"rxjs": "^5.5.8",
"simple-react-form": "^2.0.1",
"unfetch": "^3.0.0"
},
"scripts": {
"start": "./node_modules/orionsoft-react-scripts/bin/react-scripts.js start",
"start:watch": "watch npm\\ start ./node_modules/orionsoft-react-scripts",
"build": "./node_modules/orionsoft-react-scripts/bin/react-scripts.js build",
"test": "./node_modules/orionsoft-react-scripts/bin/react-scripts.js test --env=jsdom",
"eject": "./node_modules/orionsoft-react-scripts/bin/react-scripts.js eject"
}
}