-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.47 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
{
"name": "letterpost",
"version": "0.0.1",
"author": "",
"license": "ISC",
"scripts": {
"dev": "parcel app/index.html",
"build": "NODE_ENV=production UP_STAGE='' parcel build app/index.html --public-url /",
"lint": "standard \"app/src/**/*.js\" --fix | snazzy",
"clean": "rimraf dist && rimraf .cache",
"test": "echo \"ok\"",
"copy": "cp node_modules/pdfjs-dist/build/pdf.worker.js ./dist"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.22",
"antd": "^3.19.2",
"apollo-cache-inmemory": "^1.3.7",
"apollo-client": "2.5.1",
"apollo-link-batch-http": "^1.2.11",
"apollo-link-context": "^1.0.17",
"apollo-link-http": "^1.5.14",
"connected-react-router": "^6.4.0",
"date-fns": "^1.29.0",
"gql": "^1.1.2",
"graphql": "^14.3.0",
"graphql-tag": "^2.10.0",
"history": "^4.9.0",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lodash.camelcase": "^4.3.0",
"lodash.get": "^4.4.2",
"lodash.snakecase": "^4.1.1",
"lodash.zipobject": "^4.1.3",
"marked": "^0.6.2",
"mqtt": "^2.18.3",
"notistack": "^0.8.4",
"pdfjs-dist": "^2.0.489",
"prop-types": "^15.6.2",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-apollo": "^2.5.5",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-stripe-elements": "^3.0.0",
"react-transition-group": "^4.0.1",
"react-typekit": "^1.1.4",
"recompose": "^0.30.0",
"redux": "^3.6.0 || ^4.0.0",
"subscriptions-transport-ws": "^0.9.16",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^5.16.0",
"less": "^3.9.0",
"node-sass": "^4.12.0",
"parcel-bundler": "^1.12.3",
"postcss-modules": "^1.4.1",
"rimraf": "^2.6.2",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
},
"standard": {
"parser": "babel-eslint"
}
}