This repository was archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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": "@ledgy/pricing",
"version": "1.7.0",
"description": "A component with information for company pricing at Ledgy",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"lint": "eslint ./src --ext jsx,js",
"transpile": "babel src -d dist --copy-files",
"prepublish": "npm run transpile"
},
"repository": {
"type": "git",
"url": "https://github.com/Ledgy/ledgy-pricing"
},
"author": "Ledgy",
"license": "MIT",
"peerDependencies": {
"react": "16.13.0",
"react-dom": "16.13.0",
"file-loader": "5.1.0",
"node-sass": "4.13.1",
"sass-loader": "8.0.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"css-loader": "3.4.2",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "1.7.0",
"file-loader": "5.1.0",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.13.1",
"react": "16.13.0",
"react-dom": "16.13.0",
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"webpack": "4.42.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
}
}