forked from harrispartners/meteor-react-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
{
"name": "my-project",
"version": "0.1.0",
"description": "My project",
"scripts": {
"build-storybook": "build-storybook",
"start": "meteor --settings settings.json",
"test": "jest"
},
"jest": {
"automock": false,
"testMatch": [
"**/__tests__/**/*.test.js"
]
},
"author": "myself",
"private": true,
"dependencies": {
"axios": "^0.16.1",
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.2",
"classnames": "^2.2.5",
"jss": "^7.0.3",
"lodash": "^4.17.4",
"meteor-node-stubs": "^0.2.4",
"prop-types": "^15.5.8",
"react": "^15.4.1",
"react-addons-pure-render-mixin": "^15.4.1",
"react-dom": "^15.4.1",
"react-jss": "^6.1.1",
"react-mounter": "^1.2.0",
"simpl-schema": "^0.2.3"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-root-slash-import": "^1.1.0",
"enzyme": "^2.8.2",
"flow-bin": "0.44.0",
"jest": "19.0.2",
"react-addons-perf": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-test-renderer": "^15.4.1"
}
}