forked from ravihamsa/react-starter-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "react-starter-components",
"version": "1.0.135",
"description": "",
"main": "lib/index.js",
"repository": "https://github.com/ravihamsa/react-starter-components",
"dependencies": {
"babel-polyfill": "^6.23.0",
"bluebird": "^3.4.1",
"collection-manager": "^1.0.2",
"history": "^3.0.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"node-fetch": "^1.5.3",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rxjs": "^5.0.0-rc.1",
"selection-manager": "1.0.29"
},
"devDependencies": {
"eslint": "^4.16.0",
"autoprefixer": "^6.3.6",
"babel-cli": "^6.24.0",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"isomorphic-style-loader": "^1.0.0",
"mocha": "^2.5.3",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-scss": "^0.1.8",
"precss": "^1.4.0",
"sinon": "^2.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha $(find src -name '*-test.js') --reporter spec --compilers js:babel-core/register",
"build": "babel src --watch -d lib --ignore test.js"
},
"author": "Ravi Hamsa",
"license": "ISC"
}