forked from DanBuda11/recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
45
46
47
48
{
"name": "BudaFooda",
"version": "1.0.0",
"description": "A little recipe storage project.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/danbuda11/recipes.git"
},
"keywords": [],
"author": "Dan Buda",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"copy-webpack-plugin": "^2.1.6",
"css-loader": "^3.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.12.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"stylelint-config-recommended": "^2.2.0",
"url-loader": "^0.6.2",
"webpack": "^2.2.1"
},
"dependencies": {
"backbone": "^1.4.0",
"jquery": "^3.4.1",
"mime": "^1.6.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^2.8.1",
"underscore": "^1.8.3"
}
}