-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.js
78 lines (76 loc) · 1.17 KB
/
data.js
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
export const webFrameworkNames = [
'Next.js',
'React',
'Vue',
'Svelte',
'Python',
'Angular',
'Nuxt',
'Other',
'Gatsby',
'Ember.js',
'Backbone.js',
'Laravel',
'Django',
'Flask',
'Ruby on Rails',
'ASP.NET',
'Express.js',
'Meteor',
'Other'
];
export const cssPackages = [
'CSS',
'Bootstrap',
'Tailwind CSS',
'Material-UI',
'Bulma',
'Semantic UI',
'Foundation',
'Ant Design',
'UIKit',
'Skeleton',
'Styled Components',
'Others',
'LESS',
'Sass',
'PostCSS',
'Tachyons',
'Milligram',
'Pure CSS',
'Stylus',
'CSS Modules',
'Emotion',
'Radium',
'Other'
];
export const useCases = [
'Blog',
'CMS',
'Community Sites',
'Content-driven websites',
'Cron Jobs',
'Documentation',
'Edge Functions',
'Edge Middleware',
'Ecommerce',
'Landing Pages',
'Marketing Sites',
'Monorepos',
'Multi-tenant Apps',
'Portfolio',
'Real-time Apps',
'SaaS',
'Virtual Events',
'Business Websites',
'News Websites',
'Personal Blogs',
'Forums',
'Learning Management Systems (LMS)',
'Social Media Platforms',
'Job Boards',
'Q&A Websites',
'Crowdfunding Platforms',
'Streaming Services',
'Other'
];