-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.21 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "Hackathon",
"version": "0.0.1",
"description": "Candidatos brasileiros em 2014",
"scripts": {
"start": "gulp",
"try": "cp config.json.example config.json && npm rebuild node-sass && PLATFORM=chrome npm run build && PLATFORM=web npm run build && PLATFORM=android npm run build",
"change": "grep -rnI '@Change' * --color",
"logo": "cd src/assets/img/logo && ./generate.sh && cd ..",
"clean": "rm -rf build src/chrome/extension/manifest.json src/app/config/config.js",
"dev": "gulp dev",
"style": "npm rebuild node-sass && mkdir -p build/chrome/css build/web/css build/android/css 2>/dev/null && node-sass src/app/styles/stylesheet.scss --output-style=compressed | postcss --use autoprefixer -o build/chrome/css/stylesheet.css && cp build/chrome/css/stylesheet.css build/web/css/stylesheet.css",
"build": "npm run logo && npm run style && BABEL_ENV=production gulp build:$PLATFORM",
"release": "rm -rf releases/* && npm run style && BABEL_ENV=production gulp build:$PLATFORM && zip -r releases/$PLATFORM.zip build/$PLATFORM",
"publish": "./scripts/publish-$PLATFORM",
"test": "cd test && bundle install && rspec && cd .."
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"live",
"edit",
"webpack",
"flux",
"redux",
"firefox",
"safari",
"chrome",
"app",
"extension"
],
"authors": [
"Hackathon"
],
"license": "MIT",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"babel-polyfill": "^6.8.0",
"chromedriver": "^2.19.0",
"eslint": "^1.7.1",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.2.3",
"expect": "^1.12.2",
"gulp": "^3.9.0",
"gulp-jade": "1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"gulp-shell": "^0.5.2",
"html-webpack-plugin": "^1.6.2",
"legit-tests": "^0.6.1",
"mocha": "^2.3.3",
"raw-loader": "^0.5.1",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.0.1",
"redux-devtools": "^3.0.0-beta-3",
"redux-devtools-dock-monitor": "^1.0.0-beta-3",
"redux-devtools-log-monitor": "^1.0.0-beta-3",
"redux-immutable-state-invariant": "^1.1.0",
"redux-logger": "^2.0.4",
"selenium-webdriver": "^2.48.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"autoprefixer": "^6.1.1",
"babel-relay-plugin": "^0.8.1",
"chrome-storage-local": "^0.1.1",
"crossmessaging": "0.1.1",
"finalhandler": "^0.4.1",
"gulp-bump": "^1.0.0",
"http": "0.0.0",
"node-sass": "^3.4.2",
"postcss-cli": "^2.3.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-relay": "^0.8.1",
"react-select": "^0.9.1",
"redux": "^3.0.0",
"redux-form": "^3.1.0",
"redux-notify": "^0.1.1",
"redux-persist": "^2.0.0-rc2",
"redux-thunk": "^1.0.0",
"scriptjs": "^2.5.8",
"serve-static": "^1.10.2",
"superagent": "^1.4.0",
"util": "^0.10.3"
}
}