-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.96 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
{
"name": "eorzea-timers",
"description": "Eorzea Timers",
"private": true,
"author": "tnbKristi",
"version": "2.2.0",
"repository": "",
"scripts": {
"parse": "node ./bin/build-data-from-csv.js && cp ./data/nodes.json ./app/assets/data/nodes.json",
"fonts": "icon-font-generator iconfont/icons/*.svg -o iconfont/fonts --csspath iconfont/fonts/_fonticons.scss",
"start": "brunch watch --server",
"build": "brunch build --production",
"test": "NODE_ENV=test jest",
"aws:clean": "aws s3 rm s3://eorzea-timers.com --recursive",
"aws:sync": "aws s3 sync ./priv s3://eorzea-timers.com",
"deploy": "npm run build && npm run aws:clean && npm run aws:sync",
"deploy:github": "git push origin :gh-pages && git subtree push --prefix priv origin gh-pages"
},
"dependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"csvtojson": "^1.1.5",
"fuse.js": "^3.0.3",
"isdev": "^1.0.1",
"jest": "^20.0.3",
"jquery": "^3.2.1",
"jss": "^7.1.2",
"lodash": "^4.17.4",
"markdown": "^0.5.0",
"moment": "^2.18.1",
"node-sass": "^4.5.3",
"react-audio-player": "^0.5.0",
"redux": "^3.6.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"async": "^2.4.1",
"auto-reload-brunch": "^2",
"autoprefixer": "^7.1.1",
"babel-brunch": "~6.0",
"babel-preset-latest": "^6",
"babel-preset-react": "^6.24.1",
"brunch": "^2",
"clean-css-brunch": "^2",
"css-brunch": "~2.0.0",
"icon-font-generator": "^1.0.7",
"immutable": "^3.8.1",
"javascript-brunch": "~2.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"redux-thunk": "^2.2.0",
"sass-brunch": "^2.10.4",
"uglify-js-brunch": "~2.0.1",
"uuid": "^3.0.1",
"yargs": "^8.0.1"
}
}