-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.84 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
{
"name": "sampler",
"version": "1.0.0",
"description": "sampler",
"scripts": {
"start": "node server.js",
"build-githubpages": "cross-env NODE_ENV=githubpages webpack",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"sampler"
],
"author": "",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"babel-runtime": "^6.9.2",
"cross-env": "^5.0.1",
"css-loader": "^0.24.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"file-loader": "^0.9.0",
"react": "^15.4.1",
"react-css-modules": "^4.1.0",
"react-custom-scrollbars": "^4.0.0",
"react-dom": "^15.4.1",
"react-hot-loader": "^1.3.1",
"react-modal": "^1.6.3",
"react-redux": "^5.0.1",
"react-simple-dropdown": "^1.1.5",
"react-slider": "^0.7.0",
"react-tabs": "^0.8.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"tone": "^0.8.0",
"webpack-spritesmith": "^0.3.1"
}
}