-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 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": "",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
"@fortawesome/free-brands-svg-icons": "^5.7.1",
"@fortawesome/free-regular-svg-icons": "^5.7.1",
"@fortawesome/free-solid-svg-icons": "^5.7.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^6.2.5",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-google-autocomplete": "^1.0.15",
"react-markdown": "^3.6.0",
"react-router": "^4.2.0",
"react-twitter-embed": "^2.0.4",
"webpack": "^2.2.0"
},
"devDependencies": {
"eslint": "^5.13.0",
"webpack-dev-server": "^2.1.0-beta.10"
},
"scripts": {
"start": "npm install --loglevel=error & webpack --colors --watch",
"dev:start": "webpack -d --watch & webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demand-progress/call-page-template-www.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/demand-progress/call-page-template-www/issues"
},
"homepage": "https://github.com/demand-progress/call-page-template-www#readme"
}