forked from andrewngu/sound-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.2 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
{
"name": "sound-redux",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack -p --config ./webpack.prod.config.js",
"lint": "eslint scripts",
"start": "webpack-dev-server --progress --colors --hot --content-base ./server/public --config ./webpack.config.js",
"test": "mocha --compilers js:babel-core/register --recursive -r mock-local-storage",
"prebuild": "sed -i.bak \"s/'.*'/'${SOUND_REDUX_PROD:-f4323c6f7c0cd73d2d786a2b1cdae80c}'/\" ./scripts/constants/Config.js",
"postbuild": "sed -i.bak \"s/'.*'/'${SOUND_REDUX_DEV:-f4323c6f7c0cd73d2d786a2b1cdae80c}'/\" ./scripts/constants/Config.js && rm ./scripts/constants/Config.js.bak"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewngu/sound-redux.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewngu/sound-redux/issues"
},
"homepage": "https://github.com/andrewngu/sound-redux",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"css-loader": "^0.23.1",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.3",
"eslint-plugin-react": "^5.1.1",
"expect": "^1.12.2",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.6",
"isomorphic-fetch": "^2.1.1",
"js-cookie": "^2.0.4",
"jsx-loader": "^0.13.2",
"lodash": "^4.6.1",
"mocha": "^2.3.3",
"mock-local-storage": "^1.0.2",
"moment": "^2.10.6",
"nock": "^8.0.0",
"node-sass": "^3.3.3",
"normalizr": "^2.0.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-hot-loader": "^1.3.0",
"react-motion": "^0.4.2",
"react-redux": "^4.4.1",
"redux": "^3.0.0",
"redux-thunk": "^2.0.1",
"sass-loader": "^3.2.0",
"soundcloud": "^3.0.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0"
}
}