-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.33 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
{
"name": "gemini-react-example",
"version": "0.0.1",
"description": "gemini-react-example",
"repository": "https://github.com/teryaew/gemini-react-example",
"license": "WTFPL",
"scripts": {
"build": "webpack",
"gemini": "npm-run-all --silent -p -r phantom gemini:test",
"gemini-update": "npm-run-all --silent -p -r phantom gemini:gather",
"gemini:test": "NODE_ENV=regression gemini test --reporter html --reporter flat",
"gemini:gather": "NODE_ENV=regression gemini update",
"phantom": "phantomjs --webdriver=4444 --webdriver-loglevel=ERROR"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-react-require": "^2.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.25.0",
"gemini": "^4.11.3",
"gemini-babel": "^1.0.0",
"gemini-optipng": "^1.0.0",
"gemini-react": "^0.11.0",
"html-webpack-plugin": "^2.22.0",
"npm-run-all": "^3.1.0",
"phantomjs-prebuilt": "^2.1.12",
"postcss-loader": "^0.13.0",
"postcss-nested": "^1.0.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.12"
}
}