-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.67 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
45
46
47
48
49
50
51
52
{
"name": "rodeo",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "jest --config=jest.config.js --detectOpenHandles --forceExit --watch",
"lint": "eslint ./src",
"watch": "npm-run-all --parallel dev:**",
"build": "webpack --config ./src/webpack/prod.config.js --mode production",
"dev:ui": "webpack-dev-server --config ./src/webpack/dev.config.js --mode development",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@brightleaf/elements": "^1.9.0",
"@reach/router": "^1.3.4",
"gotrue-js": "^0.9.26",
"hash-source": "^1.0.5",
"netlify-lambda": "^1.6.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-form-elements": "^4.14.0",
"react-netlify-identity": "^0.2.5"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@kev_nz/eslint-config": "^5.2.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.3",
"coveralls": "^3.1.0",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.1.0",
"react-hot-loader": "^4.12.21",
"react-testing-library": "^8.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}