-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.92 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
{
"name": "is_it_vegan_react_on_rails",
"version": "1.0.0",
"engines": {
"node": ">=4",
"yarn": ">0.25"
},
"description": "Is It Vegan? provides users a solution to their burning question of whether or not that food product they're interested in is vegan.",
"private": true,
"scripts": {
"start": "bin/webpack-dev-server"
},
"author": {
"name": "Bobby Bates",
"email": "robertfbatesjr@gmail.com",
"url": "https://github.com/goodcleanfun"
},
"dllPlugin": {
"exclude": [
"dotenv-webpack",
"dotenv"
]
},
"license": "MIT",
"dependencies": {
"@rails/webpacker": "^3.0.1",
"babel-polyfill": "^6.23.0",
"babel-preset-react": "^6.5.0",
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.5.4",
"immutability-helper": "^2.4.0",
"material-ui": "^0.19.2",
"material-ui-icons": "^1.0.0-beta.10",
"prop-types": "^15.5.10",
"react": "^15.6.2",
"react-autosuggest": "^9.3.2",
"react-bootstrap": "^0.31.3",
"react-dom": "^15.6.2",
"react-on-rails": "^9.0.3",
"react-router-dom": "^4.2.2",
"react-transition-group": "1.x",
"webpack": "^3.6.0",
"webpacker-react": "^0.3.0"
},
"devDependencies": {
"enzyme": "^2.9.1",
"isparta-loader": "2.0.0",
"jasmine-ajax": "3.2.0",
"jasmine-core": "^2.4.1",
"jasmine-enzyme": "^3.8.2",
"jquery": "^3.2.1",
"karma": "^0.13.22",
"karma-coverage": "0.5.5",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "2.0.1",
"node-sass": "^4.5.1",
"phantomjs-prebuilt": "^2.1.14",
"react-addons-test-utils": "^15.6.0",
"redux-devtools": "3.2.0",
"sass-loader": "^6.0.3",
"static-site-generator-webpack-plugin": "^3.4.1",
"webpack-dev-server": "^2.8.2",
"whatwg-fetch": "^2.0.3"
},
"cacheDirectories": [
"node_modules"
]
}