-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 712 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 712 Bytes
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
{
"name": "carbon-field-rest-api-select",
"scripts": {
"dev": "webpack -w",
"build": "webpack --env.production",
"lint:scripts": "eslint ./assets/js/**/*"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@babel/preset-react": "7.10.1",
"babel-loader": "8.1.0",
"eslint": "7.1.0",
"eslint-config-airbnb": "18.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.20.0",
"webpack": "2.7.0"
},
"dependencies": {
"he": "1.2.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-select": "3.1.0",
"recompose": "0.30.0"
}
}