-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "a10y-view",
"version": "1.3.11",
"private": true,
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.0.6",
"ally.js": "^1.4.1",
"mobx": "^5.15.4",
"mobx-react": "^6.1.8",
"parcel-bundler": "^1.12.4",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"react-shadow": "^17.6.0",
"scroll": "^3.0.1",
"styled-components": "^5.0.0",
"uuid": "^7.0.2"
},
"scripts": {
"test": "parcel test/index.html --open --port 3000",
"start": "parcel watch src/index.tsx --out-dir extension --out-file inject.js --hmr-hostname localhost --hmr-port 3005 --https",
"build": "parcel build src/index.tsx --out-dir extension --out-file inject.js"
},
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"printWidth": 120
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.0",
"@types/mocha": "^7.0.2",
"@types/scroll": "^3.0.0",
"@types/styled-components": "^5.0.1",
"@types/uuid": "^7.0.2",
"babel-plugin-styled-components": "^1.10.7",
"bowser": "^2.11.0",
"chai": "^4.2.0",
"chai-wait-for": "^1.0.4",
"mocha": ">=7",
"prop-types": "^15.7.2",
"source-map-support": "^0.5.16",
"typescript": "^3.7.5"
}
}