-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "pcloud-picker-js",
"version": "0.1.0",
"private": false,
"dependencies": {
"immutable": "^4.0.0-rc.12",
"pcloud-sdk-js": "^1.4.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-scripts": "1.1.1",
"styled-components": "^3.4.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"flow": "flow"
},
"devDependencies": {
"babel-jest": "^23.6.0",
"babel-plugin-styled-components": "^1.8.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"flow-bin": "^0.68.0",
"jest": "^22.4.4",
"jest-styled-components": "^5.0.1",
"jest-transform-stub": "^1.0.0",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.6.0"
},
"jest": {
"clearMocks": true,
"moduleNameMapper": {
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
},
"setupTestFrameworkScriptFile": "./src/tests/enzymeReact.js",
"testURL": "http://localhost"
}
}