-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
57
{
"name": "react-shared-lib",
"version": "0.0.1",
"description": "react shared components",
"scripts": {
"test": "jest --coverage --colors",
"predist": "npm install && lerna clean && lerna bootstrap",
"dist": "lerna run build && gulp",
"publish": "npm run test && npm run dist && lerna publish"
},
"keywords": [
"shred-lib"
],
"author": "wheeler",
"license": "ISC",
"peerDependencies": {
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"loadash": "^1.0.0",
"lodash": "^4.17.11",
"react": "^16.2.1",
"react-dom": "^16.2.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.2",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"babel-cli": "^6.26.0",
"babel-jest": "^23.6.0",
"babel-polyfill": "^6.26.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.4",
"gulp": "^3.9.1",
"gulp-sass": "^4.0.1",
"gulp-typescript": "^5.0.0-alpha.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"jest-fetch-mock": "^1.6.6",
"lerna": "^2.11.0",
"raf": "^3.4.0",
"react": "^16.2.1",
"react-dom": "^16.2.1",
"redux": "^4.0.0",
"redux-mock-store": "^1.5.3",
"ts-jest": "^23.10.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.3"
}
}