34 lines
705 B
JSON
34 lines
705 B
JSON
|
{
|
||
|
"name": "office2table",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"axios": "^0.18.0",
|
||
|
"clean-css": "^4.2.1",
|
||
|
"css": "^2.2.4",
|
||
|
"jotform-css.js": "^1.0.1",
|
||
|
"minify": "^4.1.0",
|
||
|
"postcss": "^7.0.14",
|
||
|
"postcss-remove-unused": "^1.2.0",
|
||
|
"prettier": "^1.16.1",
|
||
|
"react": "^16.7.0",
|
||
|
"react-dom": "^16.7.0",
|
||
|
"react-scripts": "2.1.3"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test",
|
||
|
"eject": "react-scripts eject"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": "react-app"
|
||
|
},
|
||
|
"browserslist": [
|
||
|
">0.2%",
|
||
|
"not dead",
|
||
|
"not ie <= 11",
|
||
|
"not op_mini all"
|
||
|
]
|
||
|
}
|