-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "starterpack-arinehouse",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development webpack-dev-server --inline --hot",
"build": "WEBPACK_ENV=production webpack --colors",
"clean": "rimraf public/build",
"deploy": "npm run build; gh-pages -d public; npm run clean"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.3",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"axios": "^0.16.1",
"firebase": "^3.8.0",
"gh-pages": "^0.12.0",
"immutable": "^3.8.1",
"jquery": "^3.2.1",
"lodash.debounce": "^4.0.8",
"marked": "^0.3.6",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-draggable": "^2.2.3",
"react-router": "^4.1.1",
"react-textarea-autosize": "^4.0.5"
}
}