-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.94 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
{
"name": "drive-vault",
"version": "1.4.0",
"scripts": {
"start": "webpack-dev-server --env=dev",
"build": "webpack --env=prod"
},
"dependencies": {
"card-validator": "^4.1.1",
"copy-to-clipboard": "^3.0.8",
"crypto-js": "^3.1.9-1",
"dropbox": "^2.5.12",
"file-saver": "^1.3.3",
"history": "4.7.2",
"lockr": "^0.8.4",
"lokijs": "^1.5.1",
"material-ui": "0.20",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-event-listener": "^0.5.2",
"react-redux": "5.0.6",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-transition-group": "1.2.1",
"recompose": "^0.26.0",
"redux": "3.7.2",
"redux-actions": "2.2.1",
"redux-saga": "0.16.0",
"redux-wait-for-action": "0.0.6",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "6.24.1",
"css-loader": "^0.28.7",
"eslint": "4.9.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-jsx-control-statements": "^2.2.0",
"eslint-plugin-react": "7.4.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.13.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.2",
"style-loader": "^0.19.0",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.11.5",
"webpack-merge": "^4.1.0",
"webpack-pwa-manifest": "^4.1.1",
"workbox-webpack-plugin": "^4.3.1"
}
}