-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.56 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "the-irrelevant-project",
"version": "1.0.0",
"description": "Web App for the Irrelevant Project.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/an5rag/tip.git"
},
"author": "Anurag Choudhary",
"license": "ISC",
"bugs": {
"url": "https://github.com/an5rag/tip/issues"
},
"homepage": "https://github.com/an5rag/tip#readme",
"devDependencies": {
"@types/node": "^8.0.51",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"@types/react-hot-loader": "^3.0.5",
"@types/react-redux": "^6.0.6",
"@types/react-router": "4.0.30",
"@types/history": "4.7.0",
"@types/react-router-dom": "^4.2.1",
"autoprefixer": "^7.2.5",
"awesome-typescript-loader": "^3.3.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.10",
"react-hot-loader": "^3.1.2",
"react-router-dom": "^4.1.1",
"redux-logger": "^3.0.6",
"sass-lint": "^1.12.1",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.3",
"style-loader": "^0.18.2",
"tslint": "^5.8.0",
"typescript": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"dependencies": {
"es6-promise": "^4.1.1",
"extract-text-webpack-plugin": "^2.1.2",
"firebase": "^4.6.2",
"foundation-sites": "^6.4.3",
"immutable": "^3.8.2",
"lodash": "^4.17.4",
"matter-js": "^0.14.0",
"node-sass": "^4.6.1",
"normalize.css": "^7.0.0",
"particles.js": "^2.0.0",
"react": "^16.2.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-image-gallery": "^0.8.6",
"react-masonry-component": "^6.0.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"redux": "4.0.0",
"redux-thunk": "2.3.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
"publish": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js && firebase deploy --only hosting",
"tslint": "tslint"
}
}