This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
59 lines (59 loc) · 1.81 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
{
"name": "invoice-designer",
"version": "2.0.1",
"private": false,
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"axios": "^0.18.0",
"i18next": "^12.1.0",
"lodash": "^4.17.13",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-addons-css-transition-group": "^15.6.2",
"react-color": "^2.17.0",
"react-dom": "^16.5.2",
"react-i18next": "^8.3.8",
"react-redux": "^5.0.7",
"react-rnd": "^9.0.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"tailwind:css": "tailwind build src/css/tailwind.src.css -c tailwind.js -o src/css/tailwind.css",
"start": "yarn tailwind:css && react-scripts start",
"build": "yarn tailwind:css && react-scripts build",
"test": "yarn tailwind:css && react-scripts test --env=jsdom",
"eject": "yarn tailwind:css && react-scripts eject",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"deploy": "yarn build && surge --project ./build --domain reporteditor.surge.sh",
"flow": "flow"
},
"devDependencies": {
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.90.0",
"prettier": "^1.15.3",
"react-test-renderer": "^16.5.2",
"surge": "latest",
"tailwindcss": "^0.7.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}