-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 860 Bytes
/
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
{
"name": "campingtrip-advisor",
"private": true,
"dependencies": {
"@rails/webpacker": "^3.0.2",
"babel-preset-react": "^6.24.1",
"coffeescript": "1.12.7",
"karma-phantomjs-launcher": "^1.0.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-google-maps": "^9.2.2",
"react-router-dom": "^4.2.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"jasmine-core": "^2.8.0",
"jasmine-enzyme": "^4.0.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.5",
"phantomjs-prebuilt": "^2.1.15",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.0.0",
"webpack-dev-server": "^2.9.3"
}
}