-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "inkling",
"version": "1.0.0",
"description": "CMSI 488 project",
"main": "Inkling.ohm",
"scripts": {
"test": "jest --collect-coverage",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpeglerg/Inkling.git"
},
"author": "Maya Pegler-Gordon",
"license": "ISC",
"bugs": {
"url": "https://github.com/mpeglerg/Inkling/issues"
},
"homepage": "https://github.com/mpeglerg/Inkling#readme",
"dependencies": {
"deep-equal": "^2.0.3",
"jest": "^25.4.0",
"js-beautify": "^1.11.0",
"ohm": "^0.10.4",
"ohm-js": "^0.14.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "^2.0.5"
}
}