-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "@head/node",
"version": "0.0.3",
"description": "Node",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "rollup --config rollupfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/head-js/node.git"
},
"author": "理斯特<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/head-js/node/issues"
},
"homepage": "https://github.com/head-js/node#readme",
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"babel-eslint": "10.0.2",
"core-js": "3.1.4",
"eslint": "8.4.1",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "25.4.0",
"rollup": "1.12.5",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-eslint": "6.0.0",
"rollup-plugin-node-resolve": "5.2.0"
},
"dependencies": {
"vanilla.js": "0.2.5"
}
}