-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
41
42
43
44
{
"name": "react-form-editor",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "eslint ./",
"precommit": "npm test",
"commitmsg": "commitlint -e"
},
"dependencies": {
"file-saver": "^1.3.3",
"javascript-stringify": "^1.6.0",
"lodash": "^4.17.4",
"next": "^4.2.3",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-fontawesome": "^1.6.1",
"react-redux": "^5.0.6",
"react-select": "^1.2.1",
"react-select-multiple": "0.0.5",
"redux": "^3.7.2",
"redux-form": "^7.2.1",
"redux-promise": "^0.5.3",
"styled-components": "^3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"babel-eslint": "^8.2.1",
"eslint": "4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-lodash": "^2.5.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.0",
"husky": "^0.14.3"
},
"license": "MIT"
}