-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 4.37 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
116
117
{
"name": "react-loading-signal",
"version": "1.0.2",
"description": "A react loading indicator displayed globally or locally or both, which interoperate with each other",
"main": "cjs",
"module": "es",
"scripts": {
"install-flow": "flow-typed install",
"postinstall": "node -e \"JSON.parse(process.env['npm_config_argv']).remain[0] && process.exit(1)\" && npm run install-flow || echo",
"pretest": "flow",
"test:e2e--build": "cd e2e && cross-env NODE_ENV=from_source webpack",
"test:e2e--run": "casperjs test e2e/casper.suites.js --dir=from_source",
"test:e2e": "npm run test:e2e--build && npm run test:e2e--run",
"test:e2e--updateSnapshots": "casperjs test e2e/casper.suites.js --dir=from_source --updateSnapshot",
"test:unit": "jest",
"test:unit--updateSnapshots": "jest --updateSnapshot",
"test": "npm run test:unit && npm run test:e2e",
"start": "cross-env NODE_ENV=development target=demo webpack-dev-server",
"build-demo": "cross-env NODE_ENV=production target=demo webpack",
"test-published--build": "node e2e/build-published.js",
"test-published:cjs": "casperjs test e2e/casper.suites.js --dir=from_cjs",
"test-published:es": "casperjs test e2e/casper.suites.js --dir=from_es",
"test-published:bundle": "casperjs test e2e/casper.suites.js --dir=from_bundle",
"test-published:flow": "node e2e/test-flowtype/runner.js",
"test-published": "npm run test-published--build && npm run test-published:flow && npm run test-published:cjs && npm run test-published:es && npm run test-published:bundle",
"build:bundle": "rimraf bundle && cross-env NODE_ENV=production target=library webpack",
"build:modules": "npm run build:modules:cjs && npm run build:modules:es && cpx './src/styles/**/*.*' ./styles/",
"build:modules:cjs": "rimraf cjs && cross-env BABEL_ENV=cjs babel ./src -d cjs --ignore '**/*.test.js' && flow-copy-source -i '**/*.test.js' ./src cjs",
"build:modules:es": "rimraf es && cross-env BABEL_ENV=es babel ./src -d es --ignore '**/*.test.js' && flow-copy-source -i '**/*.test.js' ./src es",
"prebuild": "npm test",
"build": "npm run build:bundle && npm run build:modules",
"postbuild": "npm run test-published",
"-prepublishOnly": "npm run build"
},
"files": [
"styles",
"es",
"cjs",
"bundle"
],
"keywords": [
"react",
"redux",
"loading",
"indicator",
"spinning",
"progress",
"fetch",
"request",
"ajax"
],
"author": "Roney Rao",
"license": "MIT",
"repository": "https://github.com/roneyrao/react-loading-signal",
"peerDependencies": {
"react": ">=15",
"react-dom": ">=15"
},
"devDependencies": {
"autoprefixer": "^7.1.5",
"babel": "^6.5.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^22.4.1",
"babel-loader": "^7.1.2",
"babel-plugin-css-modules-transform": "^1.2.7",
"babel-plugin-react-flow-props-to-prop-types": "^0.15.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bluebird": "^3.5.1",
"casperjs": "^1.1.4",
"core-js": "^2.5.1",
"cpx": "^1.5.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.5",
"enzyme-to-json": "^3.1.4",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-disable": "^1.0.1",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.5",
"flow-bin": "^0.66.0",
"flow-copy-source": "^1.3.0",
"flow-typed": "^2.3.0",
"fs-extra": "^5.0.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.2",
"npm-install-package": "^2.1.0",
"postcss": "^6.0.13",
"postcss-loader": "^2.0.6",
"raf": "^3.4.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-redux": "^5.0.6",
"react-test-renderer": "^15.6.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"resemblejs": "^2.10.0",
"rimraf": "^2.6.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.0"
}
}