-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.05 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
{
"private": true,
"devDependencies": {
"babel-core": "^6.4.0",
"babel-jest": "^9.0.3",
"babel-loader": "^6.2.1",
"babel-polyfill": "^6.7.2",
"expect": "^1.13.4",
"gulp": "^3.9.1",
"gulp-run": "^1.6.12",
"gulp-shell": "^0.5.2",
"laravel-elixir-webpack": "^0.2.3",
"mocha": "^2.3.4",
"underscore": "^1.8.3",
"webpack": "^1.12.11",
"webpack-hot-middleware": "^2.7.1",
"webpack-middleware": "^1.4.0"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"classnames": "^2.2.5",
"laravel-elixir": "^4.0.0",
"moment": "^2.12.0",
"npm": "^3.5.3",
"react": "^15.1.0",
"react-crouton": "^0.2.7",
"react-dom": "^15.1.0",
"react-dropzone": "^3.5.3",
"react-images": "^0.4.6",
"react-loader": "^2.4.0",
"react-modal": "^1.4.0",
"react-modal-bootstrap": "^1.0.0",
"react-search-input": "^0.10.1",
"react-select": "^0.9.1",
"react-tag-input": "^3.0.0",
"react-tinymce": "^0.5.1",
"react-toggle": "^2.1.1"
}
}