-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"name": "@frontant/utils-dom",
"version": "2.0.3",
"description": "ES6 dom helper functions",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dom"
],
"author": {
"name": "Anton Horn",
"url": "https://frontant.de"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frontant/utils-dom.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"core-js": "^3.1.4",
"element-qsa-scope": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-codeframe-formatter": "^1.0.2",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2",
"stylelint": "^10.1.0",
"stylelint-codeframe-formatter": "^1.0.4",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.1"
},
"dependencies": {}
}