-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 KB
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
49
50
51
52
53
54
{
"name": "project-lvl3-s234",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"webpack-serve": "webpack-serve --open",
"start": "webpack --config webpack.config.js",
"babel-node": "babel-node",
"eslint": "eslint",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romanoffivan/project-lvl3-s234.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/romanoffivan/project-lvl3-s234/issues"
},
"homepage": "https://github.com/romanoffivan/project-lvl3-s234#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.11",
"debug": "^3.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"node-sass": "^4.13.1",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-serve": "^0.2.0"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.0",
"jquery": "^3.5.0",
"popper.js": "^1.14.3",
"validator": "^9.4.1"
}
}