-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"name": "document-viewer",
"version": "1.0.0",
"description": "Data Fornix Web Selfie Check",
"main": "build/data-fornix-selfie-check.js",
"private": true,
"dependencies": {
"react": "~16.7.0",
"react-dom": "~16.7.0",
"react-scripts": "2.1.2"
},
"scripts": {
"build": "nwb --config ./nwb.config.js build-react-app",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "~7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "~7.2.3",
"@babel/preset-react": "~7.0.0",
"babel-loader": "~8.0.4",
"babel-preset-env": "~1.7.0",
"file-loader": "~3.0.1",
"terser-webpack-plugin": "^1.2.1",
"webpack": "~4.19.1",
"webpack-bundle-analyzer": "~3.0.3",
"webpack-cli": "~3.1.2"
}
}