-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "i40xx",
"version": "1.0.0",
"description": "Toolstack and software for intel 4004/4040 CPU",
"keywords": [
"intel",
"4004",
"4040",
"emulator",
"assembly",
"toolstack",
"compiler",
"i4004",
"i4040"
],
"author": "Mark Ablovatskii <mark.ablov@gmail.com>",
"license": "MIT",
"workspaces": [
"./packages/*"
],
"lint-staged": {
"*.js": [
"eslint"
]
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/preset-react": "^7.18.6",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lerna": "^7.1.5",
"lint-staged": "^13.1.0",
"process": "^0.11.10"
},
"scripts": {
"prepare": "husky install"
},
"dependencies": {}
}