-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 804 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 804 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
29
30
31
{
"name": "css-js-loader",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run lint && jest",
"lint": "eslint ."
},
"author": "Neal Granger <neal@metalab.co>",
"license": "CC0-1.0",
"dependencies": {
"babel-eslint": "^7.2.0",
"babel-preset-metalab": "^1.0.0",
"fbjs": "^0.8.8",
"jest": "^19.0.2",
"loader-utils": "^0.2.16",
"lodash": "^4.17.4",
"react-dom": "^15.4.2"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-metalab": "^6.0.1",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^6.10.0"
}
}