-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "red9_console",
"version": "0.8.83",
"homepage": "https://wlf.red9.ir",
"private": true,
"dependencies": {
"accounting-js": "^1.1.1",
"detect-browser": "^4.2.0",
"file-saver": "^2.0.1",
"font-awesome": "^4.7.0",
"iransans": "^1.0.0",
"jalaali-js": "^1.1.0",
"jalali-date": "^1.0.2",
"lato-font": "^3.0.0",
"less-loader": "^4.1.0",
"lodash": "^4.17.10",
"office-ui-fabric-react": "^6",
"phoenix": "^1",
"react": "^16",
"react-dom": "^16",
"react-gist": "^1.2.1",
"react-highlight": "^0.12.0",
"react-router-dom": "^5.0",
"react-scripts": "2.1.8",
"recharts": "^1.4.2",
"rxjs": "^6.3.2",
"semantic-ui-css": "^2",
"semantic-ui-react": "^0",
"store": "^2",
"string": "^3",
"sweetalert2": "~7",
"typeface-inconsolata": "^0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "5.12.0",
"prettier": "^1.16.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}