-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
{
"name": "bedlevel",
"version": "1.0.0",
"description": "Bed level",
"main": "index.js",
"author": "Grzegorz",
"license": "MIT",
"private": true,
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.2",
"babel-preset-env": "^7.0.0-beta.3",
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"mathjs": "^7.5.1",
"node-sass": "^7.0.0",
"raw-loader": "^0.5.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^7.1.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"style-loader": "^0.23.0",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.11"
},
"scripts": {
"start": "webpack-dev-server --history-api-fallback --inline --progress --mode development",
"dist": "webpack --history-api-fallback --mode production --optimize-minimize",
"test": "jest --coverage",
"test-watch": "jest --watch"
},
"dependencies": {}
}