-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@lncm/invoicer-ui",
"version": "0.0.1",
"description": "UI for the LNCM Invoicer",
"scripts": {
"start": "webpack-dev-server",
"clean": "rm -rf dist",
"serve": "http-server dist -p 9000",
"lint": "eslint . --ext .jsx",
"build": "npm run clean; cross-env NODE_ENV=production webpack --config webpack.production.config.js --progress --profile --colors"
},
"author": "LNCM",
"license": "MIT",
"dependencies": {
"@blueprintjs/core": "^3.10.0",
"@blueprintjs/table": "^3.3.0",
"normalize-scss": "7.0.1",
"prop-types": "15.6.2",
"qrcode.react": "0.8.0",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-hot-loader": "4.3.11",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"web-dev-server": "^1.1.1"
},
"devDependencies": {
"@babel/cli": "7.1.1",
"@babel/core": "7.1.1",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-stage-2": "7.0.0",
"@babel/register": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-loader": "8.0.3",
"babel-polyfill": "6.26.0",
"babel-preset-react-hmre": "1.1.1",
"base64-inline-loader": "1.1.1",
"cross-env": "5.2.0",
"css-hot-loader": "1.4.2",
"css-loader": "1.0.0",
"eslint": "5.0.0",
"eslint-config-airbnb": "17.1.0",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"http-server": "0.11.1",
"node-sass": "4.14.1",
"regenerator-runtime": "0.12.1",
"sass-loader": "7.1.0",
"script-ext-html-webpack-plugin": "2.1.2",
"style-ext-html-webpack-plugin-webpack-4": "1.0.3",
"style-loader": "0.23.1",
"uglifyjs-webpack-plugin": "1.3.0",
"url-loader": "1.1.2",
"webpack": "4.19.1",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^3.1.14",
"whatwg-fetch": "3.0.0"
}
}