-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.38 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "bemotivated",
"homepage": "https://github.com/MarinaShaposhnikova/BeMotivated",
"license": "MIT",
"private": true,
"version": "6.1.0",
"description": "This project is created for studying front-end development",
"scripts": {
"build": "./node_modules/.bin/webpack",
"build:prod": "./node_modules/.bin/webpack -p",
"watch": "./node_modules/.bin/webpack --watch",
"dev": "./node_modules/.bin/webpack-dev-server"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"apache-server-configs": "^3.0.0",
"archiver": "^2.1.1",
"babel-cli": "^6.26.0",
"babel-core": "~6.26.0",
"babel-loader": "~7.1.2",
"babel-preset-env": "~1.6.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "~0.1.17",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-recommended": "^2.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.8.2",
"extract-text-webpack-plugin": "~3.0.0",
"file-loader": "~1.1.4",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.5",
"gulp-jscs": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.3",
"gulp-replace": "^0.6.1",
"html-loader": "~0.5.1",
"html-webpack-plugin": "~2.30.1",
"jquery": "3.5.0",
"mocha": "^5.2.0",
"modernizr": "3.6.0",
"node-sass": "~4.13.1",
"normalize.css": "8.0.0",
"run-sequence": "^2.2.1",
"sass-loader": "~6.0.6",
"ssri": "^6.0.0",
"strip-json-comments": "^2.0.1",
"style-loader": "~0.18.2",
"travis-after-all": "^1.4.5",
"webpack": "~3.6.0",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.11"
},
"engines": {
"node": ">=6",
"npm": ">=3"
},
"babel": {
"presets": [
"env"
]
},
"h5bp-configs": {
"directories": {
"archive": "archive",
"dist": "dist",
"src": "src",
"test": "test"
}
},
"files": [
"CHANGELOG.md",
"LICENSE.txt",
"package.json",
"dist/",
"modernizr-config.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/MarinaShaposhnikova/BeMotivated"
},
"dependencies": {
"lodash": "^4.17.10",
"react": "^16.4.0",
"react-dom": "^16.4.0"
}
}