-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "fortune500",
"version": "1.0.0",
"description": "Using machine learning to explore visual similarity in the logos of the Fortune 500.",
"scripts": {
"start": "webpack-dev-server --mode development",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/knutsynstad/fortune500.git"
},
"author": "Knut M. Synstad",
"license": "MIT",
"homepage": "https://github.com/knutsynstad/fortune500",
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.11.0",
"postcss-loader": "^2.1.3",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^6.0.7",
"webpack": "4.19.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"npm": "^6.10.1"
}
}