-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.59 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
{
"name": "4ZZZfm-app",
"version": "4.0.1",
"description": "4ZZZfm mobile app updated for 2016",
"main": "src/index.js",
"repository": "https://github.com/4ZZZfm-app.git",
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"classnames": "^2.2.3",
"moment": "^2.11.2",
"moment-timezone": "^0.5.0",
"offline-js": "^0.7.15",
"react": "^0.14.8",
"react-addons-transition-group": "^0.14.8",
"react-animated-views": "git+https://github.com/devgeeks/react-animated-views.git",
"react-dom": "^0.14.8",
"react-icons": "^1.0.2",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-tappable": "^0.8.0",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^1.0.3",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
"babel-polyfill": "^6.9.1",
"babel-preset-react-hmre": "^1.0.1",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"cordova-icon": "^0.7.0",
"cordova-splash": "^0.7.1",
"css-loader": "^0.23.1",
"elementtree": "^0.1.6",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-import-resolver-webpack": "^0.2.4",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"expect": "^1.14.0",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^8.0.4",
"json-loader": "^0.5.4",
"mockdate": "^1.0.4",
"nock": "^7.2.2",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"react-addons-test-utils": "^0.14.7",
"redux-devtools": "^3.1.1",
"redux-mock-store": "0.0.6",
"replace": "^0.3.0",
"style-loader": "^0.13.0",
"webpack-merge": "^0.7.3"
},
"scripts": {
"icons": "cordova-icon && cordova-splash",
"android": "cordova run android",
"ios": "cordova run ios",
"prepare": "node config && NODE_ENV=production webpack --progress -d && cordova prepare",
"build": "node config && webpack --progress -d",
"prod": "NODE_ENV=production node config && NODE_ENV=production webpack --progress -p",
"start": "node config && HOST=0.0.0.0 webpack-dev-server",
"test": "NODE_ENV=production NODE_PATH=$NODE_PATH:$PWD/src mocha \"./src/**/*_test.js\" --compilers js:babel-core/register,css:css-null-compiler.js --recursive --require ./test/setup.js",
"test:watch": "npm test -- --watch"
},
"author": "Tommy-Carlos Williams",
"license": "MIT"
}