-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "echochamber",
"version": "1.0.0",
"description": "Donald Trump is a wanker!",
"repository": {
"type": "git",
"url": "git+https://github.com/phpem/hack24-2017.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/phpem/hack24-2017/issues"
},
"homepage": "https://github.com/phpem/hack24-2017#readme",
"devDependencies": {
"animate.css": "^3.5.2",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.3",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"foundation-sites": "^6.3.1",
"jquery": "^3.2.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.14.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1"
},
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack",
"build": "./node_modules/.bin/webpack"
}
}