forked from ajgosling/wikipedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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": "wikipedia",
"version": "1.0.0",
"description": "Javascript Project using Wikipedia API and D3 technology",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajgosling/wikipedia.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ajgosling/wikipedia/issues"
},
"homepage": "https://github.com/ajgosling/wikipedia#readme",
"devDependencies": {
"@babel/core": "7.1.2",
"babel-loader": "8.0.4",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-preset-env": "1.7.0",
"clean-webpack-plugin": "0.1.19",
"cross-env": "5.2.0",
"css-loader": "1.0.0",
"file-loader": "2.0.0",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.9.3",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"url-loader": "1.1.1",
"webpack-dev-server": "3.1.9",
"webpack-merge": "4.1.4",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@babel/preset-env": "^7.2.3",
"lodash": "^4.17.11"
}
}