-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "eisberg",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "./test_script",
"start": "node ./node_modules/.bin/gulp"
},
"author": "TheBeatCoder (Ilya Daynatovich)",
"license": "MIT",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.8.0",
"gulp": "^3.9.1",
"gulp-connect": "^4.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-webpack": "^1.5.0",
"lodash": "^4.14.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"webpack": "^1.13.0",
"webpack-stream": "^3.2.0",
"@atlassian/eslint-config-atlassian-fecq": "^2.0.3",
"eslint": "^3.2.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^5.2.2",
"jasmine-core": "^2.4.1",
"karma": "^1.1.2",
"karma-babel-preprocessor": "^6.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1"
}
}