forked from constelation/monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.52 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
{
"scripts": {
"storybook": "start-storybook -p 9001",
"test": "jest",
"test-watch": "jest --watch",
"build-storybook": "build-storybook -o docs",
"clean": "lerna exec -- rimraf dist",
"build": "lerna run build",
"bootstrap": "lerna bootstrap",
"publish": "lerna publish"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.3.0",
"@kadira/storybook": "^2.35.2",
"@kadira/storybook-addon-knobs": "^1.7.1",
"@types/lodash": "^4.14.54",
"@types/react": "^15.0.14",
"@types/react-native": "^0.42.0",
"babel-cli": "^6.23.0",
"babel-jest": "^19.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"constelation-view": "^13.0.1",
"enzyme": "^2.7.1",
"flow-bin": "^0.36.0",
"flowgen": "^1.2.0",
"glamor": "^2.20.24",
"glamor-react": "^3.0.0-1",
"hammerjs": "^2.0.8",
"jest": "^19.0.2",
"jest-react-native": "^18.0.0",
"json5": "^0.5.1",
"lerna": "^2.0.0-beta.38",
"lodash": "^4.17.4",
"mitt": "^1.1.0",
"raf": "^3.3.0",
"react": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-native": "^0.41.2",
"react-native-web": "^0.0.67",
"react-test-renderer": "^15.4.2",
"rimraf": "^2.6.1",
"storyshots": "^3.2.2",
"typescript": "^2.2.1"
}
}