-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "tutorial.js",
"version": "0.0.0",
"main": "index.js",
"repository": "https://github.com/SamuelOcampo/tutorial.js.git",
"author": "Samuel Ocampo <[email protected]>",
"license": "MIT",
"scripts": {
"webpack": "webpack",
"start": "webpack-dev-server --mode development"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"popper.js": "^1.14.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "8",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "4.x",
"eslint-config-airbnb": "17.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}