-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1014 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1014 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "floorm",
"version": "0.0.2-beta",
"description": "candy code for react state with orm",
"main": "floorm.min.js",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"react",
"norm",
"hooks",
"store",
"orm",
"db",
"database"
],
"author": "Kostya Luchankin",
"license": "MIT",
"eslintConfig": {
"extends": "react-app",
"rules": {
"new-parens": "off",
"no-throw-literal": "off",
"import/no-anonymous-default-export": "off"
}
},
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"rollup": "^2.35.1",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2"
}
}