This repository was archived by the owner on Jul 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.87 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
{
"name": "cct-react-commons",
"version": "1.0.5",
"description": "Corner case technologies commons for react",
"main": "lib/library.js",
"scripts": {
"build": "webpack --env dev && webpack --env build && npm run test",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --require babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --require babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CornerCaseTechnologies/cct-react-commons.git"
},
"keywords": [
"webpack",
"es6",
"commons"
],
"author": "Corner case tehcnologies",
"license": "MIT",
"bugs": {
"url": "https://github.com/CornerCaseTechnologies/cct-react-commonsissues"
},
"homepage": "https://github.com/CornerCaseTechnologies/cct-react-commons",
"dependencies": {
"es6-promise": "4.2.2",
"isomorphic-fetch": "2.2.1",
"react": "16.2.0",
"redux": "3.7.2",
"react-redux": "5.0.6",
"react-router-dom": "5.0.1",
"redux-saga": "1.0.2",
"react-cookie": "2.1.2",
"superagent": "3.8.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"chai": "4.1.2",
"eslint": "4.15.0",
"eslint-loader": "1.9.0",
"eslint-plugin-react": "7.5.1",
"mocha": "4.1.0",
"nock": "9.1.6",
"webpack": "3.10.0",
"yargs": "10.1.1"
}
}