-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "enzyme-example-blog-post",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"test:watch": "./node_modules/karma/bin/karma start",
"start": "webpack-dev-server"
},
"dependencies": {
"jquery": "3.1.1",
"react": "15.4.1",
"react-addons-test-utils": "15.4.1",
"react-dom": "15.4.1"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.20.0",
"babel-loader": "6.2.9",
"babel-preset-airbnb": "2.1.1",
"babel-preset-stage-0": "6.16.0",
"babelify": "7.3.0",
"browserify": "13.1.1",
"chai": "3.5.0",
"enzyme": "2.6.0",
"jasmine-core": "2.5.2",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-babel-preprocessor": "6.0.1",
"karma-browserify": "5.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-jasmine": "1.1.0",
"karma-mocha": "1.3.0",
"karma-nyan-reporter": "0.2.4",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"mocha": "3.2.0",
"phantomjs-prebuilt": "2.1.14",
"sinon": "2.0.0-pre",
"watchify": "3.7.0",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2"
},
"license": "MIT",
"repository": "https://github.com/kevinsalter/enzyme-example-blog-post"
}