Skip to content

Commit 814c4dd

Browse files
committed
wip
0 parents  commit 814c4dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+20526
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
*.swp
12+
._*.*
13+
14+
# misc
15+
dbus-send.core
16+
.DS_Store
17+
.env.local
18+
.env.development.local
19+
.env.test.local
20+
.env.production.local
21+
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*

.vimrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
map <leader><f8> :! prettier jsx es6 --single-quote --write src/*.js; <CR><CR>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "red9_console",
3+
"version": "0.1.0",
4+
"homepage" : "https://aparat.red9.ir",
5+
"private": true,
6+
"dependencies": {
7+
"accounting-js": "^1.1.1",
8+
"detect-browser": "^2.2.0",
9+
"font-awesome": "^4.7.0",
10+
"iransans": "^1.0.0",
11+
"jalaali-js": "^1.1.0",
12+
"jalali-date": "^1.0.2",
13+
"lato-font": "^3.0.0",
14+
"lodash": "^4.17.5",
15+
"office-ui-fabric-react": "^5.79.1",
16+
"react": "^16.3.1",
17+
"react-dom": "^16.3.1",
18+
"react-gist": "^1.2.1",
19+
"react-highlight": "^0.12.0",
20+
"react-router-dom": "^4.2.2",
21+
"react-scripts": "1.1.4",
22+
"rxjs": "^5.5.8",
23+
"semantic-ui-css": "^2.3.1",
24+
"semantic-ui-react": "^0.79.1",
25+
"store": "^2.0.12",
26+
"string": "^3.3.3",
27+
"sweetalert2": "^7.18.0",
28+
"typeface-inconsolata": "^0.0.54"
29+
},
30+
"scripts": {
31+
"start": "company='Aparat' product='SDP' react-scripts start",
32+
"build": "react-scripts build",
33+
"test": "react-scripts test --env=jsdom",
34+
"eject": "react-scripts eject"
35+
}
36+
}

public/account-home-background.png

56 KB
Loading

public/aparat.png

6.28 KB
Loading

public/api-docs.png

37.5 KB
Loading

public/apps.png

50.5 KB
Loading

public/charging.png

24.3 KB
Loading

public/client-management.png

18.8 KB
Loading

0 commit comments

Comments
 (0)