-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "instant-ui-react",
"version": "1.0.14",
"description": "Instant UI React components",
"source": "./src/index.js",
"main": "./dist/index.js",
"scripts": {
"build": "parcel build",
"test": "",
"prepublish": "npm run build"
},
"author": "willhoward",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.6.4",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"parcel": "^2.9.3",
"prettier": "^3.0.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"prop-types": "^15.8.1",
"styled-components": "^6.0.7"
}
}