35 lines
737 B
JSON
35 lines
737 B
JSON
{
|
|
"name": "office2table",
|
|
"version": "1.1.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"clean-css": "^4.2.1",
|
|
"css": "^2.2.4",
|
|
"jotform-css.js": "^1.0.1",
|
|
"minify": "^4.1.3",
|
|
"postcss": "^7.0.23",
|
|
"postcss-remove-unused": "^1.2.0",
|
|
"prettier": "^1.19.1",
|
|
"react": "^16.12.0",
|
|
"react-color": "^2.17.3",
|
|
"react-dom": "^16.12.0",
|
|
"react-scripts": "3.2.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|