-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "healthy_restaurants",
"private": true,
"dependencies": {
"@rails/webpacker": "3.5",
"axios": "^0.18.0",
"babel-preset-react": "~6.24.1",
"google-maps-react": "2.0.2",
"prop-types": "~15.6.0",
"react": "~15.4.2",
"react-dom": "~15.4.2",
"react-router": "~3.2.0",
"redbox-react": "1.6.0"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"enzyme": "~2.9.1",
"fetch-mock": "5",
"fetch-ponyfill": "^6.0.2",
"jasmine-core": "~2.4.1",
"jasmine-enzyme": "~3.4.0",
"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",
"phantomjs-prebuilt": "~2.1.14",
"react-addons-test-utils": "~15.6.2",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^2.11.1"
},
"scripts": {
"start": "./bin/webpack-dev-server",
"test": "node_modules/.bin/karma start karma.conf.js"
}
}