forked from Popmotion/popmotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.79 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
58
59
60
{
"private": true,
"name": "popmotion-packages",
"author": "Matt Perry",
"homepage": "https://popmotion.io",
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"publish": "lerna publish",
"playground": "start-storybook -p 6006",
"build-playground": "build-storybook"
},
"devDependencies": {
"@storybook/react": "^3.2.13",
"babel-cli": "^6.16.0",
"babel-core": "^6.0.20",
"babel-eslint": "^5.0.4",
"babel-loader": "^6.0.1",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-transform-export-extensions": "^6.4.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-remove-prop-types": "^0.2.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-subset-loose": "^1.0.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.17.0",
"babel-register": "^6.3.13",
"eslint": "^3.19.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"estraverse-fb": "^1.3.1",
"jest": "^21.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"string-replace-loader": "^1.3.0",
"stylefire": "^1.0.0",
"ts-jest": "^21.1.0",
"ts-loader": "^2.3.7",
"typescript": "^2.7.0-dev.20171202",
"webpack": "^3.0.0"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.(ts)$": "../node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/_tests/.*\\.(ts|js)$",
"rootDir": "src"
}
}