This repository was archived by the owner on Jun 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.9 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.9 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "battle_chrome_extension",
"version": "0.0.2",
"description": "",
"main": "npm init",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"compress": "gulp compress",
"clean": "rm -rf build/ && rm -rf dev/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Hexlet/battle_chrome_extension.git"
},
"homepage": "https://github.com/Hexlet/battle_chrome_extension",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hexlet/battle_chrome_extension/issues"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0-alpha.17",
"babel-loader": "^6.2.10",
"babel-plugin-react-transform": "^3.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"bootstrap": "*",
"brace-expansion": "^1.1.8",
"css-loader": "*",
"cssnano": "^3.10.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "*",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"expose-loader": "*",
"file-loader": "*",
"gulp": "^3.9.1",
"gulp-eslint": "*",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"gulp-zip": "^3.2.0",
"minimatch": "^3.0.4",
"postcss-loader": "^2.0.6",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.5.0",
"style-loader": "*",
"url-loader": "*",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"classnames": "^2.2.5",
"jquery": "^2.2.4",
"lodash": "^3.10.1",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}