-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.87 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.87 KB
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
{
"name": "workspace",
"version": "1.0.0",
"description": "Official website of Millburn Hacks",
"dependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"commonmark": "^0.27.0",
"commonmark-react-renderer": "^4.3.2",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"firebase": "^3.6.9",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^3.1.0",
"history": "^4.5.1",
"json-loader": "^0.5.4",
"node-sass": "^4.3.0",
"pre-commit": "^1.2.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-markdown": "^2.4.6",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.2.0",
"sass-lint": "^1.10.2",
"skeleton-sass-official": "^3.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"build": "gulp && webpack",
"watch": "gulp watch & webpack --watch",
"dev": "npm run watch & firebase serve",
"lint": "./node_modules/.bin/eslint app/**/** && sass-lint -c .sass-lint.yml 'styles/**/*.scss' -v -q --max-warnings=0",
"deploy": "npm run build && npm run lint && git push && firebase deploy"
},
"pre-commit": [
"lint",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/usmonovsardor7770/millburnhacks.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/usmonovsardor7770/millburnhacks.github.io/issues"
},
"homepage": "https://github.com/usmonovsardor7770/millburnhacks.github.io#readme"
}