forked from LouisBarranqueiro/reapop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 4.45 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "reapop",
"version": "1.2.0",
"description": "A React and Redux notifications system",
"main": "lib/index.js",
"scripts": {
"start": "cd demo && node index.js",
"compile": "cd demo && ../node_modules/.bin/webpack --config=./build/webpack.config.js && cp src/index.html dist/ && cp -R src/static dist/",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint . --fix",
"react:clean": "rm -rf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils node_modules/redux",
"react-redux:clean": "rm -rf node_modules/react-redux",
"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14 redux@2",
"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15 redux@3",
"react:16": "npm run react:clean && npm i react@16 react-dom@16 react-addons-test-utils@15 redux@3",
"react-redux:2": "npm run react-redux:clean && npm i react-redux@2",
"react-redux:3.1": "npm run react-redux:clean && npm i react-redux@3.1",
"react-redux:4": "npm run react-redux:clean && npm i react-redux@4",
"react-redux:5": "npm run react-redux:clean && npm i react-redux@5.0.6",
"test": "babel-node ./node_modules/karma/bin/karma start ./build/karma.conf.js --reporters mocha",
"test:all": "npm run react:14 && npm run react-redux:2 && npm t && npm run react:14 && npm run react-redux:3.1 && npm t && npm run react:15 && npm run react-redux:4 && npm t && npm run react:15 && npm run react-redux:5 && npm t && npm run react:16 && npm run react-redux:5 && npm t",
"test:coverage": "npm test -- --reporters mocha,coverage",
"test:coveralls": "npm test -- --reporters mocha,coverage,coveralls",
"test:watch": "npm test -- --singleRun=false --reporters mocha",
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://LouisBarranqueiro@github.com/LouisBarranqueiro/reapop.git"
},
"keywords": [
"reapop",
"react",
"redux",
"notifications",
"notification",
"component"
],
"author": "Louis Barranqueiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/LouisBarranqueiro/reapop/issues"
},
"homepage": "https://github.com/LouisBarranqueiro/reapop#readme",
"peerDependencies": {
"redux": "^2.0.0 || ^3.0.0",
"react-redux": "^2.0.0 || ^3.1.0 || ^4.0.0 || ^5.0.6",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-loader": "7.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-14": "^1.0.5",
"enzyme-adapter-react-15.4": "^1.0.5",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.14.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"expect": "^1.18.0",
"express": "^4.16.2",
"faker": "^4.1.0",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^2.30.1",
"import": "0.0.6",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.7",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.9",
"mocha": "^4.1.0",
"node-sass": "^4.7.2",
"phantomjs-prebuilt": "^2.1.16",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-addons-update": "^15.6.2",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"reapop-theme-bootstrap": "^1.0.0",
"reapop-theme-wybo": "^1.0.1",
"redux": "^3.7.2",
"redux-mock-store": "^1.4.0",
"redux-thunk": "^2.2.0",
"requirejs": "^2.3.5",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^2.0.3",
"webpack-hot-middleware": "^2.21.0"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-transition-group": "^2.2.1"
}
}