forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.68 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
{
"name": "devtools-reps",
"version": "0.23.0",
"description": "Devtools Reps",
"main": "src/index.js",
"scripts": {
"start": "node bin/dev-server.js",
"lint-js": "eslint src",
"firefox": "./node_modules/.bin/start-firefox --start --location https://firefox-devtools.github.io/debugger-examples/",
"chrome": "./node_modules/.bin/start-chrome",
"license-check": "devtools-license-check",
"test": "TZ=Africa/Nairobi jest --projects jest.config.js"
},
"author": "",
"license": "MPL-2.0",
"repository": {
"url": "git://github.com/firefox-devtools/reps.git",
"type": "git"
},
"engineStrict": true,
"engines": {
"node": ">=8.9.4"
},
"dependencies": {
"classnames": "^2.2.5",
"devtools-components": "^0.6.0",
"lodash": "^4.17.2",
"prop-types": "^15.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-dom-factories": "^1.0.2",
"react-redux": "^5.0.7",
"redux": "^3.7.2"
},
"devDependencies": {
"@sucrase/webpack-object-rest-spread-plugin": "^1.0.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-react": "^6.24.1",
"devtools-config": "^0.0.16",
"devtools-launchpad": "^0.0.154",
"devtools-license-check": "^0.7.0",
"devtools-modules": "~1.1.0",
"devtools-services": "^0.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"eslint": "^5.0.0",
"eslint-plugin-mozilla": "1.2.1",
"fs-extra": "^7.0.0",
"immutable": "^3.8.2",
"postcss-url-mapper": "^1.2.0",
"react-immutable-proptypes": "^2.1.0",
"redux-logger": "=3.0.6"
}
}