-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.76 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
{
"name": "visa-reader",
"version": "0.0.1",
"description": "visa parser",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress",
"lint": "eslint .",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattmcfad/VISA-Reader-TWO.git"
},
"keywords": [
"visa",
"react"
],
"author": "@mattmcfad",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattmcfad/VISA-Reader-TWO/issues"
},
"homepage": "https://github.com/mattmcfad/VISA-Reader-TWO#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-immutable": "^1.5.3",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"mocha": "^2.4.5",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-core": "^6.2.1",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"basscss": "^7.0.4",
"basscss-background-colors": "^2.0.0",
"basscss-colors": "^2.1.0",
"css-loader": "^0.23.1",
"cssnext-loader": "^1.0.1",
"eslint": "^1.8.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.1.0",
"immutable": "^3.7.6",
"isomorphic-fetch": "^2.2.1",
"papaparse": "^4.1.2",
"postcss-loader": "^0.8.1",
"react": "^0.14.3",
"react-d3": "^0.4.0",
"react-dom": "^0.14.3",
"react-hot-loader": "^1.3.0",
"react-immutable-proptypes": "^1.7.0",
"react-redux": "^4.2.1",
"react-select": "^0.9.1",
"redux": "^3.2.1",
"redux-logger": "^2.6.0",
"redux-thunk": "^2.0.1",
"style-loader": "^0.13.0"
}
}