-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.14 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
{
"name": "react-avaron-regression-test-sample",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/bokuweb/react-avaron-regression-test-sample.git",
"author": "bokuweb <[email protected]>",
"license": "MIT",
"scripts": {
"test": "avaron test/*.test.js --renderer"
},
"dependencies": {
"material-ui": "^0.18.6",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"avaron": "^0.0.6",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"react-tap-event-plugin": "^2.0.1",
"reg-keygen-git-hash-plugin": "^0.2.0",
"reg-notify-github-plugin": "^0.2.2",
"reg-notify-slack-plugin": "^0.2.0",
"reg-publish-s3-plugin": "^0.2.3",
"reg-suit": "^0.2.4"
},
"babel": {
"presets": [
"es2015",
"stage-0",
"react"
]
},
"avaron": {
"babel": "inherit",
"require": [
"babel-register",
"babel-polyfill"
],
"windowOptions": {
"title": "avaron"
},
"fixture": "./fixture.html"
}
}