-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.36 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
{
"name": "rfx-next",
"version": "1.0.0",
"license": "MIT",
"author": "Claudio Savino <[email protected]> (https://twitter.com/foxhound87)",
"scripts": {
"lint": "eslint . --ext .jsx,.js --ignore-path .gitignore",
"dev": "node ./app/server.js",
"start": "NODE_ENV=production node ./app/server.js",
"build": "NODE_ENV=production next build"
},
"dependencies": {
"@feathersjs/authentication-client": "^1.0.11",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/rest-client": "^1.4.7",
"@feathersjs/socketio-client": "^1.2.1",
"@material-ui/core": "^3.9.2",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"compression": "^1.7.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"feathers-hooks-common": "^4.20.7",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.0",
"jss": "^9.8.7",
"lodash": "^4.17.11",
"mobx": "4.6.0",
"mobx-react": "^5.3.6",
"mobx-react-form": "^1.39.0",
"mobx-react-form-devtools": "^1.11.0",
"mobx-react-matchmedia": "^1.6.0",
"moment": "^2.24.0",
"next": "^9.0.3",
"next-cookies": "^1.1.2",
"next-routes": "^1.4.2",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-jss": "^8.6.1",
"react-modal": "^3.8.1",
"rfx-core": "^1.6.2",
"socket.io-client": "^2.2.0",
"tachyons": "^4.11.1",
"validatorjs": "^3.15.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-inline-react-svg": "^0.5.4",
"babel-plugin-transform-define": "^1.3.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"cssnano": "^4.1.4",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"postcss": "^7.0.5",
"postcss-cli": "^6.0.0",
"postcss-extend": "^1.0.5",
"postcss-focus": "^4.0.0",
"postcss-import": "^12.0.0",
"postcss-load-config": "^2.0.0",
"postcss-loader": "^3.0.0",
"postcss-modules": "^1.4.1",
"precss": "^3.1.2",
"raw-loader": "^0.5.1"
}
}